#55AB8E

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

Shades of Keppel #55AB8E

Tints of Keppel #55AB8E

Color information

#55AB8E (or 0x55AB8E) is unknown color: approx Keppel. HEX triplet: 55, AB and 8E. RGB value is (85,171,142). Sum of RGB (Red+Green+Blue) = 85+171+142=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB8E is #AA5471. Grayscale: #8E8E8E. Windows color (decimal): -11162738 or 9349973. OLE color: 9349973.

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

Color convert

RGB85171142-
CMYK0.5000.170.33
HSL159.77º33.86%50.2%-
HSV(B)159.77º50.29%67.06%-
XYZ23.1933.0130.74-
YUV141.98128.0187.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=21.36%
G=42.96%
B=35.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711420.5000.170.33159.7733.8650.2
Hex55AB8E3201121a02232
Octal12525321662021412404262
Binary1010101101010111000111011001001000110000110100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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