#59B47B

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

Shades of Ocean Green #59B47B

Tints of Ocean Green #59B47B

Color information

#59B47B (or 0x59B47B) is unknown color: approx Ocean Green. HEX triplet: 59, B4 and 7B. RGB value is (89,180,123). Sum of RGB (Red+Green+Blue) = 89+180+123=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #59B47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B47B is #A64B84. Grayscale: #929292. Windows color (decimal): -10898309 or 8107097. OLE color: 8107097.

HSL color Cylindrical-coordinate representation of color #59B47B: hue angle of 142.42º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B47B is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB89180123-
CMYK0.5100.320.29
HSL142.42º37.76%52.75%-
HSV(B)142.42º50.56%70.59%-
XYZ24.0236.224.46-
YUV146.29114.8587.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=22.70%
G=45.92%
B=31.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891801230.5100.320.29142.4237.7652.75
Hex59B47B330201D8e2635
Octal13126417363040352164665
Binary101100110110100111101111001101000001110110001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,180,123); }

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

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

 a { background-color: rgb(89,180,123); }

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

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

 span { border-color: rgb(89,180,123); }

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