#56AC8F

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

Shades of Keppel #56AC8F

Tints of Keppel #56AC8F

Color information

#56AC8F (or 0x56AC8F) is unknown color: approx Keppel. HEX triplet: 56, AC and 8F. RGB value is (86,172,143). Sum of RGB (Red+Green+Blue) = 86+172+143=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AC8F is #A95370. Grayscale: #8F8F8F. Windows color (decimal): -11096945 or 9415766. OLE color: 9415766.

HSL color Cylindrical-coordinate representation of color #56AC8F: hue angle of 159.77º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AC8F is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB86172143-
CMYK0.500.170.33
HSL159.77º34.13%50.59%-
HSV(B)159.77º50%67.45%-
XYZ23.5533.4731.21-
YUV142.98128.0187.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=21.45%
G=42.89%
B=35.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861721430.500.170.33159.7734.1350.59
Hex56AC8F3201121a02233
Octal12625421762021412404263
Binary1010110101011001000111111001001000110000110100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,172,143); }

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

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

 a { background-color: rgb(86,172,143); }

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

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

 span { border-color: rgb(86,172,143); }

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