Html Css Color HEX #59A374 Ocean Green

📋 copy color: '#59A374'

red 89 ◦ green 163 ◦ blue 116

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

Shades of Ocean Green #59A374

Tints of Ocean Green #59A374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.29%

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 24.18%
G = 44.29%
B = 31.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#59A374 (or 0x59A374) is known color: Ocean Green. HEX triplet: 59, A3 and 74. RGB value is (89,163,116). Sum of RGB (Red+Green+Blue) = 89+163+116=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #59A374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A374 is #A65C8B. Grayscale: #878787. Windows color (decimal): -10902668 or 7643993. OLE color: 7643993.

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

Color convert

RGB 89 163 116 -
CMYK 0.45 0 0.29 0.36
HSL 141.89º 0.29% 0.49% -
HSV(B) 141.89º 0.45% 0.64% -
XYZ 20.37 29.58 21.16 -
YUV 135.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 89 163 116 0.45 0 0.29 0.36 141.89 0.29 0.49
Hex 59 A3 74 2D 0 1D 24 8E 1D 31
Octal 131 243 164 55 0 35 44 216 35 61
Binary 1011001 10100011 1110100 101101 0 11101 100100 10001110 11101 110001

Color Harmonies of #59A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A374

Black with #59A374

Text Example


Text Example

White with #59A374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,163,116); }

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

background-color css

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

 a { background-color: rgb(89,163,116); }

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

border-color css

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

 span { border-color: rgb(89,163,116); }

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