Shades of Cadet Blue #56AAA2
Tints of Cadet Blue #56AAA2
RGB
CMYK
RGB Variations
Color information
#56AAA2 (or 0x56AAA2) is known color: Cadet Blue. HEX triplet: 56, AA and A2. RGB value is (86,170,162). Sum of RGB (Red+Green+Blue) = 86+170+162=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #56AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AAA2 is #A9555D. Grayscale: #8F8F8F. Windows color (decimal): -11097438 or 10660438. OLE color: 10660438.
HSL color Cylindrical-coordinate representation of color #56AAA2: hue angle of 174.29º 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 #56AAA2 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 170 | 162 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.33 |
| HSL | 174.29º | 0.33% | 0.5% | - |
| HSV(B) | 174.29º | 0.49% | 0.67% | - |
| XYZ | 24.73 | 33.34 | 39.31 | - |
| YUV | 143.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 162 | 0.49 | 0 | 0.05 | 0.33 | 174.29 | 0.33 | 0.5 |
| Hex | 56 | AA | A2 | 31 | 0 | 5 | 21 | AE | 21 | 32 |
| Octal | 126 | 252 | 242 | 61 | 0 | 5 | 41 | 256 | 41 | 62 |
| Binary | 1010110 | 10101010 | 10100010 | 110001 | 0 | 101 | 100001 | 10101110 | 100001 | 110010 |
Color Harmonies of #56AAA2
Complementary color
Monochromatic Colors of #56AAA2
Black with #56AAA2
Text Example
Text Example
White with #56AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AAA2; }
p { color: rgb(86,170,162); }
H1.HeaderClassName
{
color: #56AAA2;
}
.AnyTagClassName
{
color: #56AAA2;
}
</style>
background-color css
<style>
a { background-color: #56AAA2; }
a { background-color: rgb(86,170,162); }
div.DivClassName
{
background-color: #56AAA2;
}
.BgClassName
{
background-color: #56AAA2;
}
</style>
border-color css
<style>
span { border-color: #56AAA2; }
span { border-color: rgb(86,170,162); }
td.TdClassName
{
border-color: #56AAA2;
}
.TagClassName
{
border-color: #56AAA2;
}
</style>