#56AAA6

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

Shades of Cadet Blue #56AAA6

Tints of Cadet Blue #56AAA6

Color information

#56AAA6 (or 0x56AAA6) is unknown color: approx Cadet Blue. HEX triplet: 56, AA and A6. RGB value is (86,170,166). Sum of RGB (Red+Green+Blue) = 86+170+166=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #56AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AAA6 is #A95559. Grayscale: #909090. Windows color (decimal): -11097434 or 10922582. OLE color: 10922582.

HSL color Cylindrical-coordinate representation of color #56AAA6: hue angle of 177.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AAA6 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB86170166-
CMYK0.4900.020.33
HSL177.14º33.07%50.2%-
HSV(B)177.14º49.41%66.67%-
XYZ25.133.4841.22-
YUV144.43140.1786.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.38%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=20.38%
G=40.28%
B=39.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861701660.4900.020.33177.1433.0750.2
Hex56AAA6310221b12132
Octal1262522466102412614162
Binary1010110101010101010011011000101010000110110001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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