#59A87E

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

Shades of Ocean Green #59A87E

Tints of Ocean Green #59A87E

Color information

#59A87E (or 0x59A87E) is unknown color: approx Ocean Green. HEX triplet: 59, A8 and 7E. RGB value is (89,168,126). Sum of RGB (Red+Green+Blue) = 89+168+126=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #59A87E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A87E is #A65781. Grayscale: #8B8B8B. Windows color (decimal): -10901378 or 8300633. OLE color: 8300633.

HSL color Cylindrical-coordinate representation of color #59A87E: hue angle of 148.1º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A87E is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB89168126-
CMYK0.4700.250.34
HSL148.1º31.23%50.39%-
HSV(B)148.1º47.02%65.88%-
XYZ21.8931.6424.69-
YUV139.59120.3391.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 168 (66.02% from 255) = 43.86%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=23.24%
G=43.86%
B=32.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal891681260.4700.250.34148.131.2350.39
Hex59A87E2F01922941f32
Octal13125017657031422243762
Binary10110011010100011111101011110110011000101001010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,168,126); }

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

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

 a { background-color: rgb(89,168,126); }

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

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

 span { border-color: rgb(89,168,126); }

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