#5D9E78

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

Shades of Ocean Green #5D9E78

Tints of Ocean Green #5D9E78

Color information

#5D9E78 (or 0x5D9E78) is unknown color: approx Ocean Green. HEX triplet: 5D, 9E and 78. RGB value is (93,158,120). Sum of RGB (Red+Green+Blue) = 93+158+120=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9E78 is #A26187. Grayscale: #868686. Windows color (decimal): -10641800 or 7904861. OLE color: 7904861.

HSL color Cylindrical-coordinate representation of color #5D9E78: hue angle of 144.92º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9E78 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB93158120-
CMYK0.4100.240.38
HSL144.92º25.9%49.22%-
HSV(B)144.92º41.14%61.96%-
XYZ20.1328.1422.14-
YUV134.23119.9798.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=25.07%
G=42.59%
B=32.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal931581200.4100.240.38144.9225.949.22
Hex5D9E782901826911a31
Octal13523617051030462213261
Binary10111011001111011110001010010110001001101001000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D9E78; }

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

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

<style>
 a { background-color: #5D9E78; }

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

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

<style>
 span { border-color: #5D9E78; }

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

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