Html Css Color HEX #59A27C Ocean Green

📋 copy color: '#59A27C'

red 89 ◦ green 162 ◦ blue 124

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

Shades of Ocean Green #59A27C

Tints of Ocean Green #59A27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

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

R = 23.73%
G = 43.2%
B = 33.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#59A27C (or 0x59A27C) is known color: Ocean Green. HEX triplet: 59, A2 and 7C. RGB value is (89,162,124). Sum of RGB (Red+Green+Blue) = 89+162+124=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #59A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A27C is #A65D83. Grayscale: #878787. Windows color (decimal): -10902916 or 8168025. OLE color: 8168025.

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

Color convert

RGB 89 162 124 -
CMYK 0.45 0 0.23 0.36
HSL 148.77º 0.29% 0.49% -
HSV(B) 148.77º 0.45% 0.64% -
XYZ 20.68 29.42 23.66 -
YUV 135.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 89 162 124 0.45 0 0.23 0.36 148.77 0.29 0.49
Hex 59 A2 7C 2D 0 17 24 95 1D 31
Octal 131 242 174 55 0 27 44 225 35 61
Binary 1011001 10100010 1111100 101101 0 10111 100100 10010101 11101 110001

Color Harmonies of #59A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A27C

Black with #59A27C

Text Example


Text Example

White with #59A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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