#56A696

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

Shades of Keppel #56A696

Tints of Keppel #56A696

Color information

#56A696 (or 0x56A696) is unknown color: approx Keppel. HEX triplet: 56, A6 and 96. RGB value is (86,166,150). Sum of RGB (Red+Green+Blue) = 86+166+150=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #56A696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A696 is #A95969. Grayscale: #8C8C8C. Windows color (decimal): -11098474 or 9872982. OLE color: 9872982.

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

Color convert

RGB86166150-
CMYK0.4800.100.35
HSL168º31.75%49.41%-
HSV(B)168º48.19%65.1%-
XYZ22.9831.4533.71-
YUV140.26133.589.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.39%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=21.39%
G=41.29%
B=37.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861661500.4800.100.3516831.7549.41
Hex56A696300A23a82031
Octal12624622660012432504061
Binary101011010100110100101101100000101010001110101000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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