#55AB80

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

Shades of Ocean Green #55AB80

Tints of Ocean Green #55AB80

Color information

#55AB80 (or 0x55AB80) is unknown color: approx Ocean Green. HEX triplet: 55, AB and 80. RGB value is (85,171,128). Sum of RGB (Red+Green+Blue) = 85+171+128=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB80 is #AA547F. Grayscale: #8C8C8C. Windows color (decimal): -11162752 or 8432469. OLE color: 8432469.

HSL color Cylindrical-coordinate representation of color #55AB80: hue angle of 150º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB80 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB85171128-
CMYK0.5000.250.33
HSL150º33.86%50.2%-
HSV(B)150º50.29%67.06%-
XYZ22.2132.6225.55-
YUV140.38121.0188.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=22.14%
G=44.53%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711280.5000.250.3315033.8650.2
Hex55AB803201921962232
Octal12525320062031412264262
Binary1010101101010111000000011001001100110000110010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,128); }

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

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

 a { background-color: rgb(85,171,128); }

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

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

 span { border-color: rgb(85,171,128); }

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