#56AD96

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

Shades of Keppel #56AD96

Tints of Keppel #56AD96

Color information

#56AD96 (or 0x56AD96) is unknown color: approx Keppel. HEX triplet: 56, AD and 96. RGB value is (86,173,150). Sum of RGB (Red+Green+Blue) = 86+173+150=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AD96 is #A95269. Grayscale: #909090. Windows color (decimal): -11096682 or 9874774. OLE color: 9874774.

HSL color Cylindrical-coordinate representation of color #56AD96: hue angle of 164.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AD96 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB86173150-
CMYK0.5000.130.32
HSL164.14º34.66%50.78%-
HSV(B)164.14º50.29%67.84%-
XYZ24.2934.0734.15-
YUV144.36131.1886.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=21.03%
G=42.30%
B=36.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861731500.5000.130.32164.1434.6650.78
Hex56AD96320D20a42333
Octal12625522662015402444363
Binary101011010101101100101101100100110110000010100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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