#59A26B

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

Shades of Ocean Green #59A26B

Tints of Ocean Green #59A26B

Color information

#59A26B (or 0x59A26B) is unknown color: approx Ocean Green. HEX triplet: 59, A2 and 6B. RGB value is (89,162,107). Sum of RGB (Red+Green+Blue) = 89+162+107=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #59A26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A26B is #A65D94. Grayscale: #868686. Windows color (decimal): -10902933 or 7053913. OLE color: 7053913.

HSL color Cylindrical-coordinate representation of color #59A26B: hue angle of 134.79º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A26B is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB89162107-
CMYK0.4500.340.36
HSL134.79º29.08%49.22%-
HSV(B)134.79º45.06%63.53%-
XYZ19.6929.0318.47-
YUV133.9112.8295.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=24.86%
G=45.25%
B=29.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891621070.4500.340.36134.7929.0849.22
Hex59A26B2D02224871d31
Octal13124215355042442073561
Binary101100110100010110101110110101000101001001000011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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