COLOR #429F90

HEX: #429F90 RGB: (66,159,144)

Color info

#429F90 contains mainly green and blue colors. Web safe color of #429F90 is #339999 (or #399).

RGB color model

#429F90 color RGB value is (66,159,144).

RGB: (66,159,144) (26%, 62%, 56%)

RGB channels and saturation

R 66 of 255 = 26%
G 159 of 255 = 62%
B 144 of 255 = 56%

66
159
144

R + G + B ~ 48%. #429F90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 159 + 144 = 369 (100%)
R 66 of 369 ~ 17.89%
G 159 of 369 ~ 43.09%
B 144 of 369 ~ 39.02'%

%17.89
%43.09
%39.02

CMYK color model

#429F90 color CMYK value is (58,0,9,38).

  • cyan value is 58.49%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 37.65%

CMYK: (58,0,9,38)
C58M0Y9K38 (58%, 0%, 9%, 38%)
(0.58 / 0.00 / 0.09 / 0.38)

CMYK percentages

%58.49
%0
%9.43
%37.65

Codes

Color #429F90 in popluar color models

42 9F 90
RGB 66 159 144
HSL 170° 41.33% 44.12%
HSB/HSV 170° 58.49% 62.35%
CMYK 58.49% 0.00% 9.43%
37.65%

Color #429F90 in popluar number systems.

HEX 42 9F 90
Decimal 66 159 144
Binary 1000010 10011111 10010000
Octal 102 237 220

Shades and tints

Shades of #429F90

#429F90
(66,159,144)
#3C9183
(60,145,131)
#368376
(54,131,118)
#307569
(48,117,105)
#2A675C
(42,103,92)
#24594F
(36,89,79)
#1E4B42
(30,75,66)
#183D35
(24,61,53)
#122F28
(18,47,40)
#0C211B
(12,33,27)
#06130E
(6,19,14)
#000000
(0,0,0)

Tints of #429F90

#429F90
(66,159,144)
#53A79A
(83,167,154)
#64AFA4
(100,175,164)
#75B7AE
(117,183,174)
#86BFB8
(134,191,184)
#97C7C2
(151,199,194)
#A8CFCC
(168,207,204)
#B9D7D6
(185,215,214)
#CADFE0
(202,223,224)
#DBE7EA
(219,231,234)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429F90 color. Also use rgb(66,159,144) instead hex code.

Text Font Color

.myTextColor { color: #429F90; }

<p style="color:#429F90">This sample text font color is #429F90.</p>

This text font color is #429F90.

Background Color

.myBgColor { background-color: #429F90; }

<div style="background-color:#429F90">Inner text</div>

This div background color is #429F90.

Border color

.myBorderColor { border: 1px solid #429F90; }

<div style="border:3px solid #429F90">Div</div>

This div border color is #429F90.

Opacity

.myOpacity80 { color: #429F90; opacity: 0.8; }

<p style="color:#429F90;opacity:0.8;">80%</p>

Text with #429F90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #429F90;}

<p style="text-shadow: 3px 3px 1px #429F90">Text here.</p>

This text has shadow with #429F90 color.


.textShadow {text-shadow: 3px 3px 1px #429F90', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #429F90, 5px 5px 20px red">Text here.</p>

This text has shadow with #429F90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429F90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#429F90, Direction=45, Strength=4)">Text</p>

This text has shadow with #429F90 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #429F90;
-webkit-box-shadow: 1px 1px 3px 2px #429F90;
box-shadow: 1px 1px 3px 2px #429F90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #429F90; -webkit-box-shadow: 1px 1px 3px 2px #429F90; box-shadow:1px 1px 3px 2px #429F90;">
Div content here
</div>

This div box has shadow with color #429F90.

Preview

Color preview on black background

This text has color #429F90 on black background.


Color preview on white background

This text has color #429F90 on white background.


Black color preview on #429F90 background

This text has black color on #429F90 background.


White color preview on #429F90 background

This text has white color on #429F90 background.


Related colors

Complementary color

Complementary color for #hex is #BD606F.


I love getcolorcode.com

Triadic colors

1 #90429F and #9F9042 with #429F90 are triadic colors.

2 #909F42 and #9F4290 with #429F90 are triadic colors.