Html Css Color HEX #59B57F Ocean Green

📋 copy color: '#59B57F'

red 89 ◦ green 181 ◦ blue 127

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

Shades of Ocean Green #59B57F

Tints of Ocean Green #59B57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

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

R = 22.42%
G = 45.59%
B = 31.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#59B57F (or 0x59B57F) is known color: Ocean Green. HEX triplet: 59, B5 and 7F. RGB value is (89,181,127). Sum of RGB (Red+Green+Blue) = 89+181+127=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #59B57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B57F is #A64A80. Grayscale: #939393. Windows color (decimal): -10898049 or 8369497. OLE color: 8369497.

HSL color Cylindrical-coordinate representation of color #59B57F: hue angle of 144.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B57F is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 181 127 -
CMYK 0.51 0 0.30 0.29
HSL 144.78º 0.38% 0.53% -
HSV(B) 144.78º 0.51% 0.71% -
XYZ 24.47 36.7 25.87 -
YUV 147.34 116.52 86.39 -
System Red Green Blue C M Y K H S L
Decimal 89 181 127 0.51 0 0.30 0.29 144.78 0.38 0.53
Hex 59 B5 7F 33 0 1E 1D 91 26 35
Octal 131 265 177 63 0 36 35 221 46 65
Binary 1011001 10110101 1111111 110011 0 11110 11101 10010001 100110 110101

Color Harmonies of #59B57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B57F

Black with #59B57F

Text Example


Text Example

White with #59B57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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