#429E76

Color #429E76 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #429E76

Tints of Ocean Green #429E76

Color information

#429E76 (or 0x429E76) is unknown color: approx Ocean Green. HEX triplet: 42, 9E and 76. RGB value is (66,158,118). Sum of RGB (Red+Green+Blue) = 66+158+118=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #429E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E76 is #BD6189. Grayscale: #7E7E7E. Windows color (decimal): -12411274 or 7773762. OLE color: 7773762.

HSL color Cylindrical-coordinate representation of color #429E76: hue angle of 153.91º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429E76 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB66158118-
CMYK0.5800.250.38
HSL153.91º41.07%43.92%-
HSV(B)153.91º58.23%61.96%-
XYZ17.7426.9221.4-
YUV125.93123.5285.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=19.30%
G=46.20%
B=34.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661581180.5800.250.38153.9141.0743.92
Hex429E763A019269a292c
Octal10223616672031462325154
Binary100001010011110111011011101001100110011010011010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429E76; }

 p { color: rgb(66,158,118); }

 H1.HeaderClassName
 {
   color: #429E76;
 }
 .AnyTagClassName
 {
   color: #429E76;
 }
</style>
background-color css

<style>
 a { background-color: #429E76; }

 a { background-color: rgb(66,158,118); }

 div.DivClassName
 {
   background-color: #429E76;
 }
 .BgClassName
 {
   background-color: #429E76;
 }
</style>
border-color css

<style>
 span { border-color: #429E76; }

 span { border-color: rgb(66,158,118); }

 td.TdClassName
 {
   border-color: #429E76;
 }
 .TagClassName
 {
   border-color: #429E76;
 }
</style>