Shades of Cadet Blue #54AAA4
Tints of Cadet Blue #54AAA4
RGB
CMYK
RGB Variations
Color information
#54AAA4 (or 0x54AAA4) is known color: Cadet Blue. HEX triplet: 54, AA and A4. RGB value is (84,170,164). Sum of RGB (Red+Green+Blue) = 84+170+164=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #54AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAA4 is #AB555B. Grayscale: #8F8F8F. Windows color (decimal): -11228508 or 10791508. OLE color: 10791508.
HSL color Cylindrical-coordinate representation of color #54AAA4: hue angle of 175.81º 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 #54AAA4 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 164 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.33 |
| HSL | 175.81º | 0.34% | 0.5% | - |
| HSV(B) | 175.81º | 0.51% | 0.67% | - |
| XYZ | 24.73 | 33.31 | 40.25 | - |
| YUV | 143.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 164 | 0.51 | 0 | 0.04 | 0.33 | 175.81 | 0.34 | 0.5 |
| Hex | 54 | AA | A4 | 33 | 0 | 4 | 21 | B0 | 22 | 32 |
| Octal | 124 | 252 | 244 | 63 | 0 | 4 | 41 | 260 | 42 | 62 |
| Binary | 1010100 | 10101010 | 10100100 | 110011 | 0 | 100 | 100001 | 10110000 | 100010 | 110010 |
Color Harmonies of #54AAA4
Complementary color
Monochromatic Colors of #54AAA4
Black with #54AAA4
Text Example
Text Example
White with #54AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAA4; }
p { color: rgb(84,170,164); }
H1.HeaderClassName
{
color: #54AAA4;
}
.AnyTagClassName
{
color: #54AAA4;
}
</style>
background-color css
<style>
a { background-color: #54AAA4; }
a { background-color: rgb(84,170,164); }
div.DivClassName
{
background-color: #54AAA4;
}
.BgClassName
{
background-color: #54AAA4;
}
</style>
border-color css
<style>
span { border-color: #54AAA4; }
span { border-color: rgb(84,170,164); }
td.TdClassName
{
border-color: #54AAA4;
}
.TagClassName
{
border-color: #54AAA4;
}
</style>