Html Css Color HEX #59A473 Ocean Green

📋 copy color: '#59A473'

red 89 ◦ green 164 ◦ blue 115

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

Shades of Ocean Green #59A473

Tints of Ocean Green #59A473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.57%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 24.18%
G = 44.57%
B = 31.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#59A473 (or 0x59A473) is known color: Ocean Green. HEX triplet: 59, A4 and 73. RGB value is (89,164,115). Sum of RGB (Red+Green+Blue) = 89+164+115=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #59A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A473 is #A65B8C. Grayscale: #888888. Windows color (decimal): -10902413 or 7578713. OLE color: 7578713.

HSL color Cylindrical-coordinate representation of color #59A473: hue angle of 140.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A473 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 164 115 -
CMYK 0.46 0 0.30 0.36
HSL 140.8º 0.3% 0.5% -
HSV(B) 140.8º 0.46% 0.64% -
XYZ 20.49 29.91 20.91 -
YUV 135.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 89 164 115 0.46 0 0.30 0.36 140.8 0.3 0.5
Hex 59 A4 73 2E 0 1E 24 8D 1E 32
Octal 131 244 163 56 0 36 44 215 36 62
Binary 1011001 10100100 1110011 101110 0 11110 100100 10001101 11110 110010

Color Harmonies of #59A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A473

Black with #59A473

Text Example


Text Example

White with #59A473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,164,115); }

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

background-color css

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

 a { background-color: rgb(89,164,115); }

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

border-color css

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

 span { border-color: rgb(89,164,115); }

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