Shades of Cadet Blue #53ABA6
Tints of Cadet Blue #53ABA6
RGB
CMYK
RGB Variations
Color information
#53ABA6 (or 0x53ABA6) is known color: Cadet Blue. HEX triplet: 53, AB and A6. RGB value is (83,171,166). Sum of RGB (Red+Green+Blue) = 83+171+166=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #53ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABA6 is #AC5459. Grayscale: #909090. Windows color (decimal): -11293786 or 10922835. OLE color: 10922835.
HSL color Cylindrical-coordinate representation of color #53ABA6: hue angle of 176.59º 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 #53ABA6 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 166 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.33 |
| HSL | 176.59º | 0.35% | 0.5% | - |
| HSV(B) | 176.59º | 0.51% | 0.67% | - |
| XYZ | 25.01 | 33.72 | 41.27 | - |
| YUV | 144.12 | 140.35 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 166 | 0.51 | 0 | 0.03 | 0.33 | 176.59 | 0.35 | 0.5 |
| Hex | 53 | AB | A6 | 33 | 0 | 3 | 21 | B1 | 23 | 32 |
| Octal | 123 | 253 | 246 | 63 | 0 | 3 | 41 | 261 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10100110 | 110011 | 0 | 11 | 100001 | 10110001 | 100011 | 110010 |
Color Harmonies of #53ABA6
Complementary color
Monochromatic Colors of #53ABA6
Black with #53ABA6
Text Example
Text Example
White with #53ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABA6; }
p { color: rgb(83,171,166); }
H1.HeaderClassName
{
color: #53ABA6;
}
.AnyTagClassName
{
color: #53ABA6;
}
</style>
background-color css
<style>
a { background-color: #53ABA6; }
a { background-color: rgb(83,171,166); }
div.DivClassName
{
background-color: #53ABA6;
}
.BgClassName
{
background-color: #53ABA6;
}
</style>
border-color css
<style>
span { border-color: #53ABA6; }
span { border-color: rgb(83,171,166); }
td.TdClassName
{
border-color: #53ABA6;
}
.TagClassName
{
border-color: #53ABA6;
}
</style>