Shades of Cadet Blue #54AAA3
Tints of Cadet Blue #54AAA3
RGB
CMYK
RGB Variations
Color information
#54AAA3 (or 0x54AAA3) is known color: Cadet Blue. HEX triplet: 54, AA and A3. RGB value is (84,170,163). Sum of RGB (Red+Green+Blue) = 84+170+163=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #54AAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAA3 is #AB555C. Grayscale: #8F8F8F. Windows color (decimal): -11228509 or 10725972. OLE color: 10725972.
HSL color Cylindrical-coordinate representation of color #54AAA3: hue angle of 175.12º 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 #54AAA3 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 163 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.33 |
| HSL | 175.12º | 0.34% | 0.5% | - |
| HSV(B) | 175.12º | 0.51% | 0.67% | - |
| XYZ | 24.64 | 33.28 | 39.77 | - |
| YUV | 143.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 163 | 0.51 | 0 | 0.04 | 0.33 | 175.12 | 0.34 | 0.5 |
| Hex | 54 | AA | A3 | 33 | 0 | 4 | 21 | AF | 22 | 32 |
| Octal | 124 | 252 | 243 | 63 | 0 | 4 | 41 | 257 | 42 | 62 |
| Binary | 1010100 | 10101010 | 10100011 | 110011 | 0 | 100 | 100001 | 10101111 | 100010 | 110010 |
Color Harmonies of #54AAA3
Complementary color
Monochromatic Colors of #54AAA3
Black with #54AAA3
Text Example
Text Example
White with #54AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAA3; }
p { color: rgb(84,170,163); }
H1.HeaderClassName
{
color: #54AAA3;
}
.AnyTagClassName
{
color: #54AAA3;
}
</style>
background-color css
<style>
a { background-color: #54AAA3; }
a { background-color: rgb(84,170,163); }
div.DivClassName
{
background-color: #54AAA3;
}
.BgClassName
{
background-color: #54AAA3;
}
</style>
border-color css
<style>
span { border-color: #54AAA3; }
span { border-color: rgb(84,170,163); }
td.TdClassName
{
border-color: #54AAA3;
}
.TagClassName
{
border-color: #54AAA3;
}
</style>