#55A576

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

Shades of Ocean Green #55A576

Tints of Ocean Green #55A576

Color information

#55A576 (or 0x55A576) is unknown color: approx Ocean Green. HEX triplet: 55, A5 and 76. RGB value is (85,165,118). Sum of RGB (Red+Green+Blue) = 85+165+118=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #55A576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A576 is #AA5A89. Grayscale: #878787. Windows color (decimal): -11164298 or 7775573. OLE color: 7775573.

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

Color convert

RGB85165118-
CMYK0.4800.280.35
HSL144.75º32%49.02%-
HSV(B)144.75º48.48%64.71%-
XYZ20.4730.1521.88-
YUV135.7211891.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=23.10%
G=44.84%
B=32.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851651180.4800.280.35144.753249.02
Hex55A5763001C23912031
Octal12524516660034432214061
Binary101010110100101111011011000001110010001110010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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