Shades of Cadet Blue #55AAA2
Tints of Cadet Blue #55AAA2
RGB
CMYK
RGB Variations
Color information
#55AAA2 (or 0x55AAA2) is known color: Cadet Blue. HEX triplet: 55, AA and A2. RGB value is (85,170,162). Sum of RGB (Red+Green+Blue) = 85+170+162=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #55AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAA2 is #AA555D. Grayscale: #8F8F8F. Windows color (decimal): -11162974 or 10660437. OLE color: 10660437.
HSL color Cylindrical-coordinate representation of color #55AAA2: hue angle of 174.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AAA2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 162 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.33 |
| HSL | 174.35º | 0.33% | 0.5% | - |
| HSV(B) | 174.35º | 0.5% | 0.67% | - |
| XYZ | 24.64 | 33.29 | 39.31 | - |
| YUV | 143.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 162 | 0.50 | 0 | 0.05 | 0.33 | 174.35 | 0.33 | 0.5 |
| Hex | 55 | AA | A2 | 32 | 0 | 5 | 21 | AE | 21 | 32 |
| Octal | 125 | 252 | 242 | 62 | 0 | 5 | 41 | 256 | 41 | 62 |
| Binary | 1010101 | 10101010 | 10100010 | 110010 | 0 | 101 | 100001 | 10101110 | 100001 | 110010 |
Color Harmonies of #55AAA2
Complementary color
Monochromatic Colors of #55AAA2
Black with #55AAA2
Text Example
Text Example
White with #55AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAA2; }
p { color: rgb(85,170,162); }
H1.HeaderClassName
{
color: #55AAA2;
}
.AnyTagClassName
{
color: #55AAA2;
}
</style>
background-color css
<style>
a { background-color: #55AAA2; }
a { background-color: rgb(85,170,162); }
div.DivClassName
{
background-color: #55AAA2;
}
.BgClassName
{
background-color: #55AAA2;
}
</style>
border-color css
<style>
span { border-color: #55AAA2; }
span { border-color: rgb(85,170,162); }
td.TdClassName
{
border-color: #55AAA2;
}
.TagClassName
{
border-color: #55AAA2;
}
</style>