Shades of Cadet Blue #53AAA2
Tints of Cadet Blue #53AAA2
RGB
CMYK
RGB Variations
Color information
#53AAA2 (or 0x53AAA2) is known color: Cadet Blue. HEX triplet: 53, AA and A2. RGB value is (83,170,162). Sum of RGB (Red+Green+Blue) = 83+170+162=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #53AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AAA2 is #AC555D. Grayscale: #8F8F8F. Windows color (decimal): -11294046 or 10660435. OLE color: 10660435.
HSL color Cylindrical-coordinate representation of color #53AAA2: hue angle of 174.48º degrees, saturation: 0.34, 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 #53AAA2 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 162 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.33 |
| HSL | 174.48º | 0.34% | 0.5% | - |
| HSV(B) | 174.48º | 0.51% | 0.67% | - |
| XYZ | 24.46 | 33.2 | 39.3 | - |
| YUV | 143.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 162 | 0.51 | 0 | 0.05 | 0.33 | 174.48 | 0.34 | 0.5 |
| Hex | 53 | AA | A2 | 33 | 0 | 5 | 21 | AE | 22 | 32 |
| Octal | 123 | 252 | 242 | 63 | 0 | 5 | 41 | 256 | 42 | 62 |
| Binary | 1010011 | 10101010 | 10100010 | 110011 | 0 | 101 | 100001 | 10101110 | 100010 | 110010 |
Color Harmonies of #53AAA2
Complementary color
Monochromatic Colors of #53AAA2
Black with #53AAA2
Text Example
Text Example
White with #53AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAA2; }
p { color: rgb(83,170,162); }
H1.HeaderClassName
{
color: #53AAA2;
}
.AnyTagClassName
{
color: #53AAA2;
}
</style>
background-color css
<style>
a { background-color: #53AAA2; }
a { background-color: rgb(83,170,162); }
div.DivClassName
{
background-color: #53AAA2;
}
.BgClassName
{
background-color: #53AAA2;
}
</style>
border-color css
<style>
span { border-color: #53AAA2; }
span { border-color: rgb(83,170,162); }
td.TdClassName
{
border-color: #53AAA2;
}
.TagClassName
{
border-color: #53AAA2;
}
</style>