#56AB90

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

Shades of Keppel #56AB90

Tints of Keppel #56AB90

Color information

#56AB90 (or 0x56AB90) is unknown color: approx Keppel. HEX triplet: 56, AB and 90. RGB value is (86,171,144). Sum of RGB (Red+Green+Blue) = 86+171+144=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AB90 is #A9546F. Grayscale: #8E8E8E. Windows color (decimal): -11097200 or 9481046. OLE color: 9481046.

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

Color convert

RGB86171144-
CMYK0.5000.160.33
HSL160.94º33.6%50.39%-
HSV(B)160.94º49.71%67.06%-
XYZ23.4333.1231.54-
YUV142.51128.8487.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=21.45%
G=42.64%
B=35.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711440.5000.160.33160.9433.650.39
Hex56AB903201021a12232
Octal12625322062020412414262
Binary1010110101010111001000011001001000010000110100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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