#56AB8C

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

Shades of Keppel #56AB8C

Tints of Keppel #56AB8C

Color information

#56AB8C (or 0x56AB8C) is unknown color: approx Keppel. HEX triplet: 56, AB and 8C. RGB value is (86,171,140). Sum of RGB (Red+Green+Blue) = 86+171+140=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AB8C is #A95473. Grayscale: #8E8E8E. Windows color (decimal): -11097204 or 9218902. OLE color: 9218902.

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

Color convert

RGB86171140-
CMYK0.5000.180.33
HSL158.12º33.6%50.39%-
HSV(B)158.12º49.71%67.06%-
XYZ23.133329.96-
YUV142.05126.8488.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=21.66%
G=43.07%
B=35.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711400.5000.180.33158.1233.650.39
Hex56AB8C32012219e2232
Octal12625321462022412364262
Binary1010110101010111000110011001001001010000110011110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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