Html Css Color HEX #559C78 Ocean Green

📋 copy color: '#559C78'

red 85 ◦ green 156 ◦ blue 120

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

Shades of Ocean Green #559C78

Tints of Ocean Green #559C78

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

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

R = 23.55%
G = 43.21%
B = 33.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#559C78 (or 0x559C78) is known color: Ocean Green. HEX triplet: 55, 9C and 78. RGB value is (85,156,120). Sum of RGB (Red+Green+Blue) = 85+156+120=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #559C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C78 is #AA6387. Grayscale: #828282. Windows color (decimal): -11166600 or 7904341. OLE color: 7904341.

HSL color Cylindrical-coordinate representation of color #559C78: hue angle of 149.58º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C78 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 120 -
CMYK 0.46 0 0.23 0.39
HSL 149.58º 0.29% 0.47% -
HSV(B) 149.58º 0.46% 0.61% -
XYZ 19.02 27.06 21.99 -
YUV 130.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 85 156 120 0.46 0 0.23 0.39 149.58 0.29 0.47
Hex 55 9C 78 2E 0 17 27 96 1D 2F
Octal 125 234 170 56 0 27 47 226 35 57
Binary 1010101 10011100 1111000 101110 0 10111 100111 10010110 11101 101111

Color Harmonies of #559C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C78

Black with #559C78

Text Example


Text Example

White with #559C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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