Shades of Cadet Blue #54A399
Tints of Cadet Blue #54A399
RGB
CMYK
RGB Variations
Color information
#54A399 (or 0x54A399) is known color: Cadet Blue. HEX triplet: 54, A3 and 99. RGB value is (84,163,153). Sum of RGB (Red+Green+Blue) = 84+163+153=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #54A399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A399 is #AB5C66. Grayscale: #8A8A8A. Windows color (decimal): -11230311 or 10068820. OLE color: 10068820.
HSL color Cylindrical-coordinate representation of color #54A399: hue angle of 172.41º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A399 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 163 | 153 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.36 |
| HSL | 172.41º | 0.32% | 0.48% | - |
| HSV(B) | 172.41º | 0.48% | 0.64% | - |
| XYZ | 22.5 | 30.38 | 34.81 | - |
| YUV | 138.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 153 | 0.48 | 0 | 0.06 | 0.36 | 172.41 | 0.32 | 0.48 |
| Hex | 54 | A3 | 99 | 30 | 0 | 6 | 24 | AC | 20 | 30 |
| Octal | 124 | 243 | 231 | 60 | 0 | 6 | 44 | 254 | 40 | 60 |
| Binary | 1010100 | 10100011 | 10011001 | 110000 | 0 | 110 | 100100 | 10101100 | 100000 | 110000 |
Color Harmonies of #54A399
Complementary color
Monochromatic Colors of #54A399
Black with #54A399
Text Example
Text Example
White with #54A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A399; }
p { color: rgb(84,163,153); }
H1.HeaderClassName
{
color: #54A399;
}
.AnyTagClassName
{
color: #54A399;
}
</style>
background-color css
<style>
a { background-color: #54A399; }
a { background-color: rgb(84,163,153); }
div.DivClassName
{
background-color: #54A399;
}
.BgClassName
{
background-color: #54A399;
}
</style>
border-color css
<style>
span { border-color: #54A399; }
span { border-color: rgb(84,163,153); }
td.TdClassName
{
border-color: #54A399;
}
.TagClassName
{
border-color: #54A399;
}
</style>