#59a66b

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

Shades of Ocean Green #59A66B

Tints of Ocean Green #59A66B

Color information

#59A66B (or 0x59A66B) is unknown color: approx Ocean Green. HEX triplet: 59, A6 and 6B. RGB value is (89,166,107). Sum of RGB (Red+Green+Blue) = 89+166+107=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #59A66B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A66B is #A65994. Grayscale: #888888. Windows color (decimal): -10901909 or 7054937. OLE color: 7054937.

HSL color Cylindrical-coordinate representation of color #59A66B: hue angle of 134.03º 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 #59A66B is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB89166107-
CMYK0.4600.360.35
HSL134.03º30.2%50%-
HSV(B)134.03º46.39%65.1%-
XYZ20.4130.4618.71-
YUV136.25111.4994.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=24.59%
G=45.86%
B=29.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891661070.4600.360.35134.0330.250
Hex59A66B2E02423861e32
Octal13124615356044432063662
Binary101100110100110110101110111001001001000111000011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59a66b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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