#59AF79

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

Shades of Ocean Green #59AF79

Tints of Ocean Green #59AF79

Color information

#59AF79 (or 0x59AF79) is unknown color: approx Ocean Green. HEX triplet: 59, AF and 79. RGB value is (89,175,121). Sum of RGB (Red+Green+Blue) = 89+175+121=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF79 is #A65086. Grayscale: #8F8F8F. Windows color (decimal): -10899591 or 7974745. OLE color: 7974745.

HSL color Cylindrical-coordinate representation of color #59AF79: hue angle of 142.33º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AF79 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB89175121-
CMYK0.4900.310.31
HSL142.33º34.96%51.76%-
HSV(B)142.33º49.14%68.63%-
XYZ22.934.1623.48-
YUV143.13115.5189.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.12%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=23.12%
G=45.45%
B=31.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891751210.4900.310.31142.3334.9651.76
Hex59AF793101F1F8e2334
Octal13125717161037372164364
Binary10110011010111111110011100010111111111110001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59AF79; }

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

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

<style>
 a { background-color: #59AF79; }

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

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

<style>
 span { border-color: #59AF79; }

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

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