#55AB97

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

Shades of Keppel #55AB97

Tints of Keppel #55AB97

Color information

#55AB97 (or 0x55AB97) is unknown color: approx Keppel. HEX triplet: 55, AB and 97. RGB value is (85,171,151). Sum of RGB (Red+Green+Blue) = 85+171+151=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB97 is #AA5468. Grayscale: #8F8F8F. Windows color (decimal): -11162729 or 9939797. OLE color: 9939797.

HSL color Cylindrical-coordinate representation of color #55AB97: hue angle of 166.05º 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 #55AB97 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB85171151-
CMYK0.5000.120.33
HSL166.05º33.86%50.2%-
HSV(B)166.05º50.29%67.06%-
XYZ23.933.2934.44-
YUV143.01132.5186.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=20.88%
G=42.01%
B=37.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711510.5000.120.33166.0533.8650.2
Hex55AB97320C21a62232
Octal12525322762014412464262
Binary101010110101011100101111100100110010000110100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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