Html Css Color HEX #59B37C Ocean Green

📋 copy color: '#59B37C'

red 89 ◦ green 179 ◦ blue 124

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

Shades of Ocean Green #59B37C

Tints of Ocean Green #59B37C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 22.7%
G = 45.66%
B = 31.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#59B37C (or 0x59B37C) is known color: Ocean Green. HEX triplet: 59, B3 and 7C. RGB value is (89,179,124). Sum of RGB (Red+Green+Blue) = 89+179+124=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #59B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B37C is #A64C83. Grayscale: #919191. Windows color (decimal): -10898564 or 8172377. OLE color: 8172377.

HSL color Cylindrical-coordinate representation of color #59B37C: hue angle of 143.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B37C is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 179 124 -
CMYK 0.50 0 0.31 0.30
HSL 143.33º 0.37% 0.53% -
HSV(B) 143.33º 0.5% 0.7% -
XYZ 23.88 35.82 24.72 -
YUV 145.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 89 179 124 0.50 0 0.31 0.30 143.33 0.37 0.53
Hex 59 B3 7C 32 0 1F 1E 8F 25 35
Octal 131 263 174 62 0 37 36 217 45 65
Binary 1011001 10110011 1111100 110010 0 11111 11110 10001111 100101 110101

Color Harmonies of #59B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B37C

Black with #59B37C

Text Example


Text Example

White with #59B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,179,124); }

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

background-color css

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

 a { background-color: rgb(89,179,124); }

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

border-color css

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

 span { border-color: rgb(89,179,124); }

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