#55A676

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

Shades of Ocean Green #55A676

Tints of Ocean Green #55A676

Color information

#55A676 (or 0x55A676) is unknown color: approx Ocean Green. HEX triplet: 55, A6 and 76. RGB value is (85,166,118). Sum of RGB (Red+Green+Blue) = 85+166+118=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #55A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A676 is #AA5989. Grayscale: #888888. Windows color (decimal): -11164042 or 7775829. OLE color: 7775829.

HSL color Cylindrical-coordinate representation of color #55A676: hue angle of 144.44º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A676 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB85166118-
CMYK0.4900.290.35
HSL144.44º32.27%49.22%-
HSV(B)144.44º48.8%65.1%-
XYZ20.6530.5121.94-
YUV136.31117.6691.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=23.04%
G=44.99%
B=31.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851661180.4900.290.35144.4432.2749.22
Hex55A6763101D23902031
Octal12524616661035432204061
Binary101010110100110111011011000101110110001110010000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A676; }

 p { color: rgb(85,166,118); }

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

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

 a { background-color: rgb(85,166,118); }

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

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

 span { border-color: rgb(85,166,118); }

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