Shades of Cadet Blue #54A19B
Tints of Cadet Blue #54A19B
RGB
CMYK
RGB Variations
Color information
#54A19B (or 0x54A19B) is known color: Cadet Blue. HEX triplet: 54, A1 and 9B. RGB value is (84,161,155). Sum of RGB (Red+Green+Blue) = 84+161+155=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #54A19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A19B is #AB5E64. Grayscale: #898989. Windows color (decimal): -11230821 or 10199380. OLE color: 10199380.
HSL color Cylindrical-coordinate representation of color #54A19B: hue angle of 175.32º 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 #54A19B is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 155 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.37 |
| HSL | 175.32º | 0.31% | 0.48% | - |
| HSV(B) | 175.32º | 0.48% | 0.63% | - |
| XYZ | 22.32 | 29.74 | 35.57 | - |
| YUV | 137.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 155 | 0.48 | 0 | 0.04 | 0.37 | 175.32 | 0.31 | 0.48 |
| Hex | 54 | A1 | 9B | 30 | 0 | 4 | 25 | AF | 1F | 30 |
| Octal | 124 | 241 | 233 | 60 | 0 | 4 | 45 | 257 | 37 | 60 |
| Binary | 1010100 | 10100001 | 10011011 | 110000 | 0 | 100 | 100101 | 10101111 | 11111 | 110000 |
Color Harmonies of #54A19B
Complementary color
Monochromatic Colors of #54A19B
Black with #54A19B
Text Example
Text Example
White with #54A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A19B; }
p { color: rgb(84,161,155); }
H1.HeaderClassName
{
color: #54A19B;
}
.AnyTagClassName
{
color: #54A19B;
}
</style>
background-color css
<style>
a { background-color: #54A19B; }
a { background-color: rgb(84,161,155); }
div.DivClassName
{
background-color: #54A19B;
}
.BgClassName
{
background-color: #54A19B;
}
</style>
border-color css
<style>
span { border-color: #54A19B; }
span { border-color: rgb(84,161,155); }
td.TdClassName
{
border-color: #54A19B;
}
.TagClassName
{
border-color: #54A19B;
}
</style>