Html Css Color HEX #59A17C Ocean Green

📋 copy color: '#59A17C'

red 89 ◦ green 161 ◦ blue 124

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

Shades of Ocean Green #59A17C

Tints of Ocean Green #59A17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 23.8%
G = 43.05%
B = 33.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#59A17C (or 0x59A17C) is known color: Ocean Green. HEX triplet: 59, A1 and 7C. RGB value is (89,161,124). Sum of RGB (Red+Green+Blue) = 89+161+124=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #59A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A17C is #A65E83. Grayscale: #878787. Windows color (decimal): -10903172 or 8167769. OLE color: 8167769.

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

Color convert

RGB 89 161 124 -
CMYK 0.45 0 0.23 0.37
HSL 149.17º 0.29% 0.49% -
HSV(B) 149.17º 0.45% 0.63% -
XYZ 20.5 29.07 23.6 -
YUV 135.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 89 161 124 0.45 0 0.23 0.37 149.17 0.29 0.49
Hex 59 A1 7C 2D 0 17 25 95 1D 31
Octal 131 241 174 55 0 27 45 225 35 61
Binary 1011001 10100001 1111100 101101 0 10111 100101 10010101 11101 110001

Color Harmonies of #59A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A17C

Black with #59A17C

Text Example


Text Example

White with #59A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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