Html Css Color HEX #59A47A Ocean Green

📋 copy color: '#59A47A'

red 89 ◦ green 164 ◦ blue 122

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

Shades of Ocean Green #59A47A

Tints of Ocean Green #59A47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 23.73%
G = 43.73%
B = 32.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#59A47A (or 0x59A47A) is known color: Ocean Green. HEX triplet: 59, A4 and 7A. RGB value is (89,164,122). Sum of RGB (Red+Green+Blue) = 89+164+122=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #59A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A47A is #A65B85. Grayscale: #888888. Windows color (decimal): -10902406 or 8037465. OLE color: 8037465.

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

Color convert

RGB 89 164 122 -
CMYK 0.46 0 0.26 0.36
HSL 146.4º 0.3% 0.5% -
HSV(B) 146.4º 0.46% 0.64% -
XYZ 20.91 30.08 23.12 -
YUV 136.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 89 164 122 0.46 0 0.26 0.36 146.4 0.3 0.5
Hex 59 A4 7A 2E 0 1A 24 92 1E 32
Octal 131 244 172 56 0 32 44 222 36 62
Binary 1011001 10100100 1111010 101110 0 11010 100100 10010010 11110 110010

Color Harmonies of #59A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A47A

Black with #59A47A

Text Example


Text Example

White with #59A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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