#559668

Color #559668 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #559668

Tints of Ocean Green #559668

Color information

#559668 (or 0x559668) is unknown color: approx Ocean Green. HEX triplet: 55, 96 and 68. RGB value is (85,150,104). Sum of RGB (Red+Green+Blue) = 85+150+104=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #559668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559668 is #AA6997. Grayscale: #7D7D7D. Windows color (decimal): -11168152 or 6854229. OLE color: 6854229.

HSL color Cylindrical-coordinate representation of color #559668: hue angle of 137.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559668 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB85150104-
CMYK0.4300.310.41
HSL137.54º27.66%46.08%-
HSV(B)137.54º43.33%58.82%-
XYZ17.1524.7416.97-
YUV125.32115.9799.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=25.07%
G=44.25%
B=30.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501040.4300.310.41137.5427.6646.08
Hex5596682B01F298a1c2e
Octal12522615053037512123456
Binary10101011001011011010001010110111111010011000101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559668; }

 p { color: rgb(85,150,104); }

 H1.HeaderClassName
 {
   color: #559668;
 }
 .AnyTagClassName
 {
   color: #559668;
 }
</style>
background-color css

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

 a { background-color: rgb(85,150,104); }

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

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

 span { border-color: rgb(85,150,104); }

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