#56AB8A

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

Shades of Keppel #56AB8A

Tints of Keppel #56AB8A

Color information

#56AB8A (or 0x56AB8A) is unknown color: approx Keppel. HEX triplet: 56, AB and 8A. RGB value is (86,171,138). Sum of RGB (Red+Green+Blue) = 86+171+138=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AB8A is #A95475. Grayscale: #8D8D8D. Windows color (decimal): -11097206 or 9087830. OLE color: 9087830.

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

Color convert

RGB86171138-
CMYK0.5000.190.33
HSL156.71º33.6%50.39%-
HSV(B)156.71º49.71%67.06%-
XYZ22.9932.9429.19-
YUV141.82125.8488.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=21.77%
G=43.29%
B=34.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711380.5000.190.33156.7133.650.39
Hex56AB8A32013219d2232
Octal12625321262023412354262
Binary1010110101010111000101011001001001110000110011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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