Html Css Color HEX #59B377 Ocean Green

📋 copy color: '#59B377'

red 89 ◦ green 179 ◦ blue 119

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

Shades of Ocean Green #59B377

Tints of Ocean Green #59B377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 23%
G = 46.25%
B = 30.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#59B377 (or 0x59B377) is known color: Ocean Green. HEX triplet: 59, B3 and 77. RGB value is (89,179,119). Sum of RGB (Red+Green+Blue) = 89+179+119=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #59B377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B377 is #A64C88. Grayscale: #919191. Windows color (decimal): -10898569 or 7844697. OLE color: 7844697.

HSL color Cylindrical-coordinate representation of color #59B377: hue angle of 140º 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 #59B377 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 179 119 -
CMYK 0.50 0 0.34 0.30
HSL 140º 0.37% 0.53% -
HSV(B) 140º 0.5% 0.7% -
XYZ 23.57 35.7 23.1 -
YUV 145.25 113.18 87.88 -
System Red Green Blue C M Y K H S L
Decimal 89 179 119 0.50 0 0.34 0.30 140 0.37 0.53
Hex 59 B3 77 32 0 22 1E 8C 25 35
Octal 131 263 167 62 0 42 36 214 45 65
Binary 1011001 10110011 1110111 110010 0 100010 11110 10001100 100101 110101

Color Harmonies of #59B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B377

Black with #59B377

Text Example


Text Example

White with #59B377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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