Shades of Cadet Blue #55AAA4
Tints of Cadet Blue #55AAA4
RGB
CMYK
RGB Variations
Color information
#55AAA4 (or 0x55AAA4) is known color: Cadet Blue. HEX triplet: 55, AA and A4. RGB value is (85,170,164). Sum of RGB (Red+Green+Blue) = 85+170+164=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #55AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAA4 is #AA555B. Grayscale: #8F8F8F. Windows color (decimal): -11162972 or 10791509. OLE color: 10791509.
HSL color Cylindrical-coordinate representation of color #55AAA4: hue angle of 175.76º 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 #55AAA4 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 164 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.33 |
| HSL | 175.76º | 0.33% | 0.5% | - |
| HSV(B) | 175.76º | 0.5% | 0.67% | - |
| XYZ | 24.82 | 33.36 | 40.25 | - |
| YUV | 143.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 164 | 0.50 | 0 | 0.04 | 0.33 | 175.76 | 0.33 | 0.5 |
| Hex | 55 | AA | A4 | 32 | 0 | 4 | 21 | B0 | 21 | 32 |
| Octal | 125 | 252 | 244 | 62 | 0 | 4 | 41 | 260 | 41 | 62 |
| Binary | 1010101 | 10101010 | 10100100 | 110010 | 0 | 100 | 100001 | 10110000 | 100001 | 110010 |
Color Harmonies of #55AAA4
Complementary color
Monochromatic Colors of #55AAA4
Black with #55AAA4
Text Example
Text Example
White with #55AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAA4; }
p { color: rgb(85,170,164); }
H1.HeaderClassName
{
color: #55AAA4;
}
.AnyTagClassName
{
color: #55AAA4;
}
</style>
background-color css
<style>
a { background-color: #55AAA4; }
a { background-color: rgb(85,170,164); }
div.DivClassName
{
background-color: #55AAA4;
}
.BgClassName
{
background-color: #55AAA4;
}
</style>
border-color css
<style>
span { border-color: #55AAA4; }
span { border-color: rgb(85,170,164); }
td.TdClassName
{
border-color: #55AAA4;
}
.TagClassName
{
border-color: #55AAA4;
}
</style>