Html Css Color HEX #59A47F Ocean Green

📋 copy color: '#59A47F'

red 89 ◦ green 164 ◦ blue 127

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

Shades of Ocean Green #59A47F

Tints of Ocean Green #59A47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 23.42%
G = 43.16%
B = 33.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#59A47F (or 0x59A47F) is known color: Ocean Green. HEX triplet: 59, A4 and 7F. RGB value is (89,164,127). Sum of RGB (Red+Green+Blue) = 89+164+127=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #59A47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A47F is #A65B80. Grayscale: #898989. Windows color (decimal): -10902401 or 8365145. OLE color: 8365145.

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

Color convert

RGB 89 164 127 -
CMYK 0.46 0 0.23 0.36
HSL 150.4º 0.3% 0.5% -
HSV(B) 150.4º 0.46% 0.64% -
XYZ 21.23 30.21 24.79 -
YUV 137.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 89 164 127 0.46 0 0.23 0.36 150.4 0.3 0.5
Hex 59 A4 7F 2E 0 17 24 96 1E 32
Octal 131 244 177 56 0 27 44 226 36 62
Binary 1011001 10100100 1111111 101110 0 10111 100100 10010110 11110 110010

Color Harmonies of #59A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A47F

Black with #59A47F

Text Example


Text Example

White with #59A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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