Shades of Cadet Blue #54A0AA
Tints of Cadet Blue #54A0AA
RGB
CMYK
RGB Variations
Color information
#54A0AA (or 0x54A0AA) is known color: Cadet Blue. HEX triplet: 54, A0 and AA. RGB value is (84,160,170). Sum of RGB (Red+Green+Blue) = 84+160+170=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #54A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A0AA is #AB5F55. Grayscale: #8A8A8A. Windows color (decimal): -11231062 or 11182164. OLE color: 11182164.
HSL color Cylindrical-coordinate representation of color #54A0AA: hue angle of 186.98º 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 #54A0AA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 160 | 170 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.33 |
| HSL | 186.98º | 0.34% | 0.5% | - |
| HSV(B) | 186.98º | 0.51% | 0.67% | - |
| XYZ | 23.48 | 29.93 | 42.57 | - |
| YUV | 138.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 170 | 0.51 | 0.06 | 0 | 0.33 | 186.98 | 0.34 | 0.5 |
| Hex | 54 | A0 | AA | 33 | 6 | 0 | 21 | BB | 22 | 32 |
| Octal | 124 | 240 | 252 | 63 | 6 | 0 | 41 | 273 | 42 | 62 |
| Binary | 1010100 | 10100000 | 10101010 | 110011 | 110 | 0 | 100001 | 10111011 | 100010 | 110010 |
Color Harmonies of #54A0AA
Complementary color
Monochromatic Colors of #54A0AA
Black with #54A0AA
Text Example
Text Example
White with #54A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0AA; }
p { color: rgb(84,160,170); }
H1.HeaderClassName
{
color: #54A0AA;
}
.AnyTagClassName
{
color: #54A0AA;
}
</style>
background-color css
<style>
a { background-color: #54A0AA; }
a { background-color: rgb(84,160,170); }
div.DivClassName
{
background-color: #54A0AA;
}
.BgClassName
{
background-color: #54A0AA;
}
</style>
border-color css
<style>
span { border-color: #54A0AA; }
span { border-color: rgb(84,160,170); }
td.TdClassName
{
border-color: #54A0AA;
}
.TagClassName
{
border-color: #54A0AA;
}
</style>