Shades of Cadet Blue #53ABAA
Tints of Cadet Blue #53ABAA
RGB
CMYK
RGB Variations
Color information
#53ABAA (or 0x53ABAA) is known color: Cadet Blue. HEX triplet: 53, AB and AA. RGB value is (83,171,170). Sum of RGB (Red+Green+Blue) = 83+171+170=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #53ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABAA is #AC5455. Grayscale: #909090. Windows color (decimal): -11293782 or 11184979. OLE color: 11184979.
HSL color Cylindrical-coordinate representation of color #53ABAA: hue angle of 179.32º 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 #53ABAA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 170 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.33 |
| HSL | 179.32º | 0.35% | 0.5% | - |
| HSV(B) | 179.32º | 0.51% | 0.67% | - |
| XYZ | 25.39 | 33.87 | 43.23 | - |
| YUV | 144.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 170 | 0.51 | 0 | 0.01 | 0.33 | 179.32 | 0.35 | 0.5 |
| Hex | 53 | AB | AA | 33 | 0 | 1 | 21 | B3 | 23 | 32 |
| Octal | 123 | 253 | 252 | 63 | 0 | 1 | 41 | 263 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10101010 | 110011 | 0 | 1 | 100001 | 10110011 | 100011 | 110010 |
Color Harmonies of #53ABAA
Complementary color
Monochromatic Colors of #53ABAA
Black with #53ABAA
Text Example
Text Example
White with #53ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABAA; }
p { color: rgb(83,171,170); }
H1.HeaderClassName
{
color: #53ABAA;
}
.AnyTagClassName
{
color: #53ABAA;
}
</style>
background-color css
<style>
a { background-color: #53ABAA; }
a { background-color: rgb(83,171,170); }
div.DivClassName
{
background-color: #53ABAA;
}
.BgClassName
{
background-color: #53ABAA;
}
</style>
border-color css
<style>
span { border-color: #53ABAA; }
span { border-color: rgb(83,171,170); }
td.TdClassName
{
border-color: #53ABAA;
}
.TagClassName
{
border-color: #53ABAA;
}
</style>