Shades of Cadet Blue #54A198
Tints of Cadet Blue #54A198
RGB
CMYK
RGB Variations
Color information
#54A198 (or 0x54A198) is known color: Cadet Blue. HEX triplet: 54, A1 and 98. RGB value is (84,161,152). Sum of RGB (Red+Green+Blue) = 84+161+152=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #54A198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A198 is #AB5E67. Grayscale: #888888. Windows color (decimal): -11230824 or 10002772. OLE color: 10002772.
HSL color Cylindrical-coordinate representation of color #54A198: hue angle of 172.99º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A198 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 152 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.37 |
| HSL | 172.99º | 0.31% | 0.48% | - |
| HSV(B) | 172.99º | 0.48% | 0.63% | - |
| XYZ | 22.07 | 29.64 | 34.26 | - |
| YUV | 136.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 152 | 0.48 | 0 | 0.06 | 0.37 | 172.99 | 0.31 | 0.48 |
| Hex | 54 | A1 | 98 | 30 | 0 | 6 | 25 | AD | 1F | 30 |
| Octal | 124 | 241 | 230 | 60 | 0 | 6 | 45 | 255 | 37 | 60 |
| Binary | 1010100 | 10100001 | 10011000 | 110000 | 0 | 110 | 100101 | 10101101 | 11111 | 110000 |
Color Harmonies of #54A198
Complementary color
Monochromatic Colors of #54A198
Black with #54A198
Text Example
Text Example
White with #54A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A198; }
p { color: rgb(84,161,152); }
H1.HeaderClassName
{
color: #54A198;
}
.AnyTagClassName
{
color: #54A198;
}
</style>
background-color css
<style>
a { background-color: #54A198; }
a { background-color: rgb(84,161,152); }
div.DivClassName
{
background-color: #54A198;
}
.BgClassName
{
background-color: #54A198;
}
</style>
border-color css
<style>
span { border-color: #54A198; }
span { border-color: rgb(84,161,152); }
td.TdClassName
{
border-color: #54A198;
}
.TagClassName
{
border-color: #54A198;
}
</style>