Html Css Color HEX #59A17F Ocean Green

📋 copy color: '#59A17F'

red 89 ◦ green 161 ◦ blue 127

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

Shades of Ocean Green #59A17F

Tints of Ocean Green #59A17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 23.61%
G = 42.71%
B = 33.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#59A17F (or 0x59A17F) is known color: Ocean Green. HEX triplet: 59, A1 and 7F. RGB value is (89,161,127). Sum of RGB (Red+Green+Blue) = 89+161+127=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #59A17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A17F is #A65E80. Grayscale: #878787. Windows color (decimal): -10903169 or 8364377. OLE color: 8364377.

HSL color Cylindrical-coordinate representation of color #59A17F: hue angle of 151.67º 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 #59A17F is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 161 127 -
CMYK 0.45 0 0.21 0.37
HSL 151.67º 0.29% 0.49% -
HSV(B) 151.67º 0.45% 0.63% -
XYZ 20.7 29.15 24.61 -
YUV 135.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 89 161 127 0.45 0 0.21 0.37 151.67 0.29 0.49
Hex 59 A1 7F 2D 0 15 25 98 1D 31
Octal 131 241 177 55 0 25 45 230 35 61
Binary 1011001 10100001 1111111 101101 0 10101 100101 10011000 11101 110001

Color Harmonies of #59A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A17F

Black with #59A17F

Text Example


Text Example

White with #59A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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