Shades of Cadet Blue #53A396
Tints of Cadet Blue #53A396
RGB
CMYK
RGB Variations
Color information
#53A396 (or 0x53A396) is known color: Cadet Blue. HEX triplet: 53, A3 and 96. RGB value is (83,163,150). Sum of RGB (Red+Green+Blue) = 83+163+150=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #53A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A396 is #AC5C69. Grayscale: #898989. Windows color (decimal): -11295850 or 9872211. OLE color: 9872211.
HSL color Cylindrical-coordinate representation of color #53A396: hue angle of 170.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A396 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 150 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.36 |
| HSL | 170.25º | 0.33% | 0.48% | - |
| HSV(B) | 170.25º | 0.49% | 0.64% | - |
| XYZ | 22.17 | 30.24 | 33.52 | - |
| YUV | 137.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 150 | 0.49 | 0 | 0.08 | 0.36 | 170.25 | 0.33 | 0.48 |
| Hex | 53 | A3 | 96 | 31 | 0 | 8 | 24 | AA | 21 | 30 |
| Octal | 123 | 243 | 226 | 61 | 0 | 10 | 44 | 252 | 41 | 60 |
| Binary | 1010011 | 10100011 | 10010110 | 110001 | 0 | 1000 | 100100 | 10101010 | 100001 | 110000 |
Color Harmonies of #53A396
Complementary color
Monochromatic Colors of #53A396
Black with #53A396
Text Example
Text Example
White with #53A396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A396; }
p { color: rgb(83,163,150); }
H1.HeaderClassName
{
color: #53A396;
}
.AnyTagClassName
{
color: #53A396;
}
</style>
background-color css
<style>
a { background-color: #53A396; }
a { background-color: rgb(83,163,150); }
div.DivClassName
{
background-color: #53A396;
}
.BgClassName
{
background-color: #53A396;
}
</style>
border-color css
<style>
span { border-color: #53A396; }
span { border-color: rgb(83,163,150); }
td.TdClassName
{
border-color: #53A396;
}
.TagClassName
{
border-color: #53A396;
}
</style>