Shades of Cadet Blue #54A0AC
Tints of Cadet Blue #54A0AC
RGB
CMYK
RGB Variations
Color information
#54A0AC (or 0x54A0AC) is known color: Cadet Blue. HEX triplet: 54, A0 and AC. RGB value is (84,160,172). Sum of RGB (Red+Green+Blue) = 84+160+172=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #54A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A0AC is #AB5F53. Grayscale: #8A8A8A. Windows color (decimal): -11231060 or 11313236. OLE color: 11313236.
HSL color Cylindrical-coordinate representation of color #54A0AC: hue angle of 188.18º degrees, saturation: 0.35, 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 #54A0AC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 160 | 172 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.33 |
| HSL | 188.18º | 0.35% | 0.5% | - |
| HSV(B) | 188.18º | 0.51% | 0.67% | - |
| XYZ | 23.67 | 30 | 43.57 | - |
| YUV | 138.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 172 | 0.51 | 0.07 | 0 | 0.33 | 188.18 | 0.35 | 0.5 |
| Hex | 54 | A0 | AC | 33 | 7 | 0 | 21 | BC | 23 | 32 |
| Octal | 124 | 240 | 254 | 63 | 7 | 0 | 41 | 274 | 43 | 62 |
| Binary | 1010100 | 10100000 | 10101100 | 110011 | 111 | 0 | 100001 | 10111100 | 100011 | 110010 |
Color Harmonies of #54A0AC
Complementary color
Monochromatic Colors of #54A0AC
Black with #54A0AC
Text Example
Text Example
White with #54A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0AC; }
p { color: rgb(84,160,172); }
H1.HeaderClassName
{
color: #54A0AC;
}
.AnyTagClassName
{
color: #54A0AC;
}
</style>
background-color css
<style>
a { background-color: #54A0AC; }
a { background-color: rgb(84,160,172); }
div.DivClassName
{
background-color: #54A0AC;
}
.BgClassName
{
background-color: #54A0AC;
}
</style>
border-color css
<style>
span { border-color: #54A0AC; }
span { border-color: rgb(84,160,172); }
td.TdClassName
{
border-color: #54A0AC;
}
.TagClassName
{
border-color: #54A0AC;
}
</style>