#59A66C

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

Shades of Ocean Green #59A66C

Tints of Ocean Green #59A66C

Color information

#59A66C (or 0x59A66C) is unknown color: approx Ocean Green. HEX triplet: 59, A6 and 6C. RGB value is (89,166,108). Sum of RGB (Red+Green+Blue) = 89+166+108=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #59A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A66C is #A65993. Grayscale: #888888. Windows color (decimal): -10901908 or 7120473. OLE color: 7120473.

HSL color Cylindrical-coordinate representation of color #59A66C: hue angle of 134.81º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A66C is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB89166108-
CMYK0.4600.350.35
HSL134.81º30.2%50%-
HSV(B)134.81º46.39%65.1%-
XYZ20.4630.4818.99-
YUV136.36111.9994.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.52%
GREEN value IS 166 (65.23% from 255) = 45.73%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=24.52%
G=45.73%
B=29.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891661080.4600.350.35134.8130.250
Hex59A66C2E02323871e32
Octal13124615456043432073662
Binary101100110100110110110010111001000111000111000011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,166,108); }

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

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

 a { background-color: rgb(89,166,108); }

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

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

 span { border-color: rgb(89,166,108); }

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