#56AB95

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

Shades of Keppel #56AB95

Tints of Keppel #56AB95

Color information

#56AB95 (or 0x56AB95) is unknown color: approx Keppel. HEX triplet: 56, AB and 95. RGB value is (86,171,149). Sum of RGB (Red+Green+Blue) = 86+171+149=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AB95 is #A9546A. Grayscale: #8F8F8F. Windows color (decimal): -11097195 or 9808726. OLE color: 9808726.

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

Color convert

RGB86171149-
CMYK0.5000.130.33
HSL164.47º33.6%50.39%-
HSV(B)164.47º49.71%67.06%-
XYZ23.8333.2733.6-
YUV143.08131.3487.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=21.18%
G=42.12%
B=36.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711490.5000.130.33164.4733.650.39
Hex56AB95320D21a42232
Octal12625322562015412444262
Binary101011010101011100101011100100110110000110100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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