Html Css Color HEX #59A474 Ocean Green

📋 copy color: '#59A474'

red 89 ◦ green 164 ◦ blue 116

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

Shades of Ocean Green #59A474

Tints of Ocean Green #59A474

RGB

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

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

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

R = 24.12%
G = 44.44%
B = 31.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#59A474 (or 0x59A474) is known color: Ocean Green. HEX triplet: 59, A4 and 74. RGB value is (89,164,116). Sum of RGB (Red+Green+Blue) = 89+164+116=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #59A474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A474 is #A65B8B. Grayscale: #888888. Windows color (decimal): -10902412 or 7644249. OLE color: 7644249.

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

Color convert

RGB 89 164 116 -
CMYK 0.46 0 0.29 0.36
HSL 141.6º 0.3% 0.5% -
HSV(B) 141.6º 0.46% 0.64% -
XYZ 20.55 29.94 21.22 -
YUV 136.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 89 164 116 0.46 0 0.29 0.36 141.6 0.3 0.5
Hex 59 A4 74 2E 0 1D 24 8E 1E 32
Octal 131 244 164 56 0 35 44 216 36 62
Binary 1011001 10100100 1110100 101110 0 11101 100100 10001110 11110 110010

Color Harmonies of #59A474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A474

Black with #59A474

Text Example


Text Example

White with #59A474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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