Shades of Cadet Blue #53ABA8
Tints of Cadet Blue #53ABA8
RGB
CMYK
RGB Variations
Color information
#53ABA8 (or 0x53ABA8) is known color: Cadet Blue. HEX triplet: 53, AB and A8. RGB value is (83,171,168). Sum of RGB (Red+Green+Blue) = 83+171+168=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #53ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABA8 is #AC5457. Grayscale: #909090. Windows color (decimal): -11293784 or 11053907. OLE color: 11053907.
HSL color Cylindrical-coordinate representation of color #53ABA8: hue angle of 177.95º 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 #53ABA8 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 168 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.33 |
| HSL | 177.95º | 0.35% | 0.5% | - |
| HSV(B) | 177.95º | 0.51% | 0.67% | - |
| XYZ | 25.2 | 33.79 | 42.24 | - |
| YUV | 144.35 | 141.35 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 168 | 0.51 | 0 | 0.02 | 0.33 | 177.95 | 0.35 | 0.5 |
| Hex | 53 | AB | A8 | 33 | 0 | 2 | 21 | B2 | 23 | 32 |
| Octal | 123 | 253 | 250 | 63 | 0 | 2 | 41 | 262 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10101000 | 110011 | 0 | 10 | 100001 | 10110010 | 100011 | 110010 |
Color Harmonies of #53ABA8
Complementary color
Monochromatic Colors of #53ABA8
Black with #53ABA8
Text Example
Text Example
White with #53ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABA8; }
p { color: rgb(83,171,168); }
H1.HeaderClassName
{
color: #53ABA8;
}
.AnyTagClassName
{
color: #53ABA8;
}
</style>
background-color css
<style>
a { background-color: #53ABA8; }
a { background-color: rgb(83,171,168); }
div.DivClassName
{
background-color: #53ABA8;
}
.BgClassName
{
background-color: #53ABA8;
}
</style>
border-color css
<style>
span { border-color: #53ABA8; }
span { border-color: rgb(83,171,168); }
td.TdClassName
{
border-color: #53ABA8;
}
.TagClassName
{
border-color: #53ABA8;
}
</style>