Html Css Color HEX #59B47C Ocean Green

📋 copy color: '#59B47C'

red 89 ◦ green 180 ◦ blue 124

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

Shades of Ocean Green #59B47C

Tints of Ocean Green #59B47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

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

R = 22.65%
G = 45.8%
B = 31.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#59B47C (or 0x59B47C) is known color: Ocean Green. HEX triplet: 59, B4 and 7C. RGB value is (89,180,124). Sum of RGB (Red+Green+Blue) = 89+180+124=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #59B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B47C is #A64B83. Grayscale: #929292. Windows color (decimal): -10898308 or 8172633. OLE color: 8172633.

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

Color convert

RGB 89 180 124 -
CMYK 0.51 0 0.31 0.29
HSL 143.08º 0.38% 0.53% -
HSV(B) 143.08º 0.51% 0.71% -
XYZ 24.08 36.22 24.79 -
YUV 146.41 115.35 87.05 -
System Red Green Blue C M Y K H S L
Decimal 89 180 124 0.51 0 0.31 0.29 143.08 0.38 0.53
Hex 59 B4 7C 33 0 1F 1D 8F 26 35
Octal 131 264 174 63 0 37 35 217 46 65
Binary 1011001 10110100 1111100 110011 0 11111 11101 10001111 100110 110101

Color Harmonies of #59B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B47C

Black with #59B47C

Text Example


Text Example

White with #59B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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