Shades of Cadet Blue #54AAA5
Tints of Cadet Blue #54AAA5
RGB
CMYK
RGB Variations
Color information
#54AAA5 (or 0x54AAA5) is known color: Cadet Blue. HEX triplet: 54, AA and A5. RGB value is (84,170,165). Sum of RGB (Red+Green+Blue) = 84+170+165=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #54AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAA5 is #AB555A. Grayscale: #8F8F8F. Windows color (decimal): -11228507 or 10857044. OLE color: 10857044.
HSL color Cylindrical-coordinate representation of color #54AAA5: hue angle of 176.51º 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 #54AAA5 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 165 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.33 |
| HSL | 176.51º | 0.34% | 0.5% | - |
| HSV(B) | 176.51º | 0.51% | 0.67% | - |
| XYZ | 24.82 | 33.35 | 40.73 | - |
| YUV | 143.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 165 | 0.51 | 0 | 0.03 | 0.33 | 176.51 | 0.34 | 0.5 |
| Hex | 54 | AA | A5 | 33 | 0 | 3 | 21 | B1 | 22 | 32 |
| Octal | 124 | 252 | 245 | 63 | 0 | 3 | 41 | 261 | 42 | 62 |
| Binary | 1010100 | 10101010 | 10100101 | 110011 | 0 | 11 | 100001 | 10110001 | 100010 | 110010 |
Color Harmonies of #54AAA5
Complementary color
Monochromatic Colors of #54AAA5
Black with #54AAA5
Text Example
Text Example
White with #54AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAA5; }
p { color: rgb(84,170,165); }
H1.HeaderClassName
{
color: #54AAA5;
}
.AnyTagClassName
{
color: #54AAA5;
}
</style>
background-color css
<style>
a { background-color: #54AAA5; }
a { background-color: rgb(84,170,165); }
div.DivClassName
{
background-color: #54AAA5;
}
.BgClassName
{
background-color: #54AAA5;
}
</style>
border-color css
<style>
span { border-color: #54AAA5; }
span { border-color: rgb(84,170,165); }
td.TdClassName
{
border-color: #54AAA5;
}
.TagClassName
{
border-color: #54AAA5;
}
</style>