#56AB8E

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

Shades of Keppel #56AB8E

Tints of Keppel #56AB8E

Color information

#56AB8E (or 0x56AB8E) is unknown color: approx Keppel. HEX triplet: 56, AB and 8E. RGB value is (86,171,142). Sum of RGB (Red+Green+Blue) = 86+171+142=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AB8E is #A95471. Grayscale: #8E8E8E. Windows color (decimal): -11097202 or 9349974. OLE color: 9349974.

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

Color convert

RGB86171142-
CMYK0.5000.170.33
HSL159.53º33.6%50.39%-
HSV(B)159.53º49.71%67.06%-
XYZ23.2833.0630.74-
YUV142.28127.8487.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=21.55%
G=42.86%
B=35.59%

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
Decimal861711420.5000.170.33159.5333.650.39
Hex56AB8E3201121a02232
Octal12625321662021412404262
Binary1010110101010111000111011001001000110000110100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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