Shades of Cadet Blue #54AAAA
Tints of Cadet Blue #54AAAA
RGB
CMYK
RGB Variations
Color information
#54AAAA (or 0x54AAAA) is known color: Cadet Blue. HEX triplet: 54, AA and AA. RGB value is (84,170,170). Sum of RGB (Red+Green+Blue) = 84+170+170=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #54AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAAA is #AB5555. Grayscale: #909090. Windows color (decimal): -11228502 or 11184724. OLE color: 11184724.
HSL color Cylindrical-coordinate representation of color #54AAAA: hue angle of 180º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AAAA is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 170 | - |
| CMYK | 0.51 | 0 | 0 | 0.33 |
| HSL | 180º | 0.34% | 0.5% | - |
| HSV(B) | 180º | 0.51% | 0.67% | - |
| XYZ | 25.29 | 33.54 | 43.17 | - |
| YUV | 144.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 170 | 0.51 | 0 | 0 | 0.33 | 180 | 0.34 | 0.5 |
| Hex | 54 | AA | AA | 33 | 0 | 0 | 21 | B4 | 22 | 32 |
| Octal | 124 | 252 | 252 | 63 | 0 | 0 | 41 | 264 | 42 | 62 |
| Binary | 1010100 | 10101010 | 10101010 | 110011 | 0 | 0 | 100001 | 10110100 | 100010 | 110010 |
Color Harmonies of #54AAAA
Complementary color
Monochromatic Colors of #54AAAA
Black with #54AAAA
Text Example
Text Example
White with #54AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAAA; }
p { color: rgb(84,170,170); }
H1.HeaderClassName
{
color: #54AAAA;
}
.AnyTagClassName
{
color: #54AAAA;
}
</style>
background-color css
<style>
a { background-color: #54AAAA; }
a { background-color: rgb(84,170,170); }
div.DivClassName
{
background-color: #54AAAA;
}
.BgClassName
{
background-color: #54AAAA;
}
</style>
border-color css
<style>
span { border-color: #54AAAA; }
span { border-color: rgb(84,170,170); }
td.TdClassName
{
border-color: #54AAAA;
}
.TagClassName
{
border-color: #54AAAA;
}
</style>