#429E78

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

Shades of Ocean Green #429E78

Tints of Ocean Green #429E78

Color information

#429E78 (or 0x429E78) is unknown color: approx Ocean Green. HEX triplet: 42, 9E and 78. RGB value is (66,158,120). Sum of RGB (Red+Green+Blue) = 66+158+120=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #429E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E78 is #BD6187. Grayscale: #7E7E7E. Windows color (decimal): -12411272 or 7904834. OLE color: 7904834.

HSL color Cylindrical-coordinate representation of color #429E78: hue angle of 155.22º 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 #429E78 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB66158120-
CMYK0.5800.240.38
HSL155.22º41.07%43.92%-
HSV(B)155.22º58.23%61.96%-
XYZ17.8626.9722.03-
YUV126.16124.5285.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=19.19%
G=45.93%
B=34.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661581200.5800.240.38155.2241.0743.92
Hex429E783A018269b292c
Octal10223617072030462335154
Binary100001010011110111100011101001100010011010011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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