Html Css Color HEX #59A16B Ocean Green

📋 copy color: '#59A16B'

red 89 ◦ green 161 ◦ blue 107

#59A16B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #59A16B

Tints of Ocean Green #59A16B

RGB

 RED value IS 89 (35.16% from 255) = 24.93%

 GREEN value IS 161 (63.28% from 255) = 45.1%

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 24.93%
G = 45.1%
B = 29.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#59A16B (or 0x59A16B) is known color: Ocean Green. HEX triplet: 59, A1 and 6B. RGB value is (89,161,107). Sum of RGB (Red+Green+Blue) = 89+161+107=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #59A16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A16B is #A65E94. Grayscale: #858585. Windows color (decimal): -10903189 or 7053657. OLE color: 7053657.

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

Color convert

RGB 89 161 107 -
CMYK 0.45 0 0.34 0.37
HSL 135º 0.29% 0.49% -
HSV(B) 135º 0.45% 0.63% -
XYZ 19.52 28.68 18.42 -
YUV 133.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 89 161 107 0.45 0 0.34 0.37 135 0.29 0.49
Hex 59 A1 6B 2D 0 22 25 87 1D 31
Octal 131 241 153 55 0 42 45 207 35 61
Binary 1011001 10100001 1101011 101101 0 100010 100101 10000111 11101 110001

Color Harmonies of #59A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A16B

Black with #59A16B

Text Example


Text Example

White with #59A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59A16B;
 }
 .AnyTagClassName
 {
   color: #59A16B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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