#56A796

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

Shades of Keppel #56A796

Tints of Keppel #56A796

Color information

#56A796 (or 0x56A796) is unknown color: approx Keppel. HEX triplet: 56, A7 and 96. RGB value is (86,167,150). Sum of RGB (Red+Green+Blue) = 86+167+150=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #56A796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A796 is #A95869. Grayscale: #8C8C8C. Windows color (decimal): -11098218 or 9873238. OLE color: 9873238.

HSL color Cylindrical-coordinate representation of color #56A796: hue angle of 167.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A796 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB86167150-
CMYK0.4900.100.35
HSL167.41º32.02%49.61%-
HSV(B)167.41º48.5%65.49%-
XYZ23.1631.8233.77-
YUV140.84133.1688.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.34%
GREEN value IS 167 (65.62% from 255) = 41.44%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=21.34%
G=41.44%
B=37.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861671500.4900.100.35167.4132.0249.61
Hex56A796310A23a72032
Octal12624722661012432474062
Binary101011010100111100101101100010101010001110100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,167,150); }

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

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

 a { background-color: rgb(86,167,150); }

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

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

 span { border-color: rgb(86,167,150); }

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