Html Css Color HEX #59B078 Ocean Green

📋 copy color: '#59B078'

red 89 ◦ green 176 ◦ blue 120

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

Shades of Ocean Green #59B078

Tints of Ocean Green #59B078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 23.12%
G = 45.71%
B = 31.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#59B078 (or 0x59B078) is known color: Ocean Green. HEX triplet: 59, B0 and 78. RGB value is (89,176,120). Sum of RGB (Red+Green+Blue) = 89+176+120=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #59B078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59B078 is #A64F87. Grayscale: #8F8F8F. Windows color (decimal): -10899336 or 7909465. OLE color: 7909465.

HSL color Cylindrical-coordinate representation of color #59B078: hue angle of 141.38º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59B078 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 176 120 -
CMYK 0.49 0 0.32 0.31
HSL 141.38º 0.36% 0.52% -
HSV(B) 141.38º 0.49% 0.69% -
XYZ 23.04 34.53 23.22 -
YUV 143.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 89 176 120 0.49 0 0.32 0.31 141.38 0.36 0.52
Hex 59 B0 78 31 0 20 1F 8D 24 34
Octal 131 260 170 61 0 40 37 215 44 64
Binary 1011001 10110000 1111000 110001 0 100000 11111 10001101 100100 110100

Color Harmonies of #59B078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B078

Black with #59B078

Text Example


Text Example

White with #59B078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,176,120); }

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

background-color css

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

 a { background-color: rgb(89,176,120); }

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

border-color css

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

 span { border-color: rgb(89,176,120); }

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