#5DAF79

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

Shades of Ocean Green #5DAF79

Tints of Ocean Green #5DAF79

Color information

#5DAF79 (or 0x5DAF79) is unknown color: approx Ocean Green. HEX triplet: 5D, AF and 79. RGB value is (93,175,121). Sum of RGB (Red+Green+Blue) = 93+175+121=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF79 is #A25086. Grayscale: #909090. Windows color (decimal): -10637447 or 7974749. OLE color: 7974749.

HSL color Cylindrical-coordinate representation of color #5DAF79: hue angle of 140.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAF79 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB93175121-
CMYK0.4700.310.31
HSL140.49º33.88%52.55%-
HSV(B)140.49º46.86%68.63%-
XYZ23.334.3723.49-
YUV144.33114.8391.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.91%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=23.91%
G=44.99%
B=31.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931751210.4700.310.31140.4933.8852.55
Hex5DAF792F01F1F8c2235
Octal13525717157037372144265
Binary10111011010111111110011011110111111111110001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,175,121); }

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

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

 a { background-color: rgb(93,175,121); }

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

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

 span { border-color: rgb(93,175,121); }

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