Html Css Color HEX #559878 Ocean Green

📋 copy color: '#559878'

red 85 ◦ green 152 ◦ blue 120

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

Shades of Ocean Green #559878

Tints of Ocean Green #559878

RGB

 RED value IS 85 (33.59% from 255) = 23.81%

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 23.81%
G = 42.58%
B = 33.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#559878 (or 0x559878) is known color: Ocean Green. HEX triplet: 55, 98 and 78. RGB value is (85,152,120). Sum of RGB (Red+Green+Blue) = 85+152+120=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #559878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559878 is #AA6787. Grayscale: #808080. Windows color (decimal): -11167624 or 7903317. OLE color: 7903317.

HSL color Cylindrical-coordinate representation of color #559878: hue angle of 151.34º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559878 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 120 -
CMYK 0.44 0 0.21 0.40
HSL 151.34º 0.28% 0.46% -
HSV(B) 151.34º 0.44% 0.6% -
XYZ 18.36 25.74 21.77 -
YUV 128.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 85 152 120 0.44 0 0.21 0.40 151.34 0.28 0.46
Hex 55 98 78 2C 0 15 28 97 1C 2E
Octal 125 230 170 54 0 25 50 227 34 56
Binary 1010101 10011000 1111000 101100 0 10101 101000 10010111 11100 101110

Color Harmonies of #559878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559878

Black with #559878

Text Example


Text Example

White with #559878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559878; }

 p { color: rgb(85,152,120); }

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

background-color css

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

 a { background-color: rgb(85,152,120); }

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

border-color css

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

 span { border-color: rgb(85,152,120); }

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