Shades of Cadet Blue #5DABA6
Tints of Cadet Blue #5DABA6
RGB
CMYK
RGB Variations
Color information
#5DABA6 (or 0x5DABA6) is known color: Cadet Blue. HEX triplet: 5D, AB and A6. RGB value is (93,171,166). Sum of RGB (Red+Green+Blue) = 93+171+166=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #5DABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABA6 is #A25459. Grayscale: #939393. Windows color (decimal): -10638426 or 10922845. OLE color: 10922845.
HSL color Cylindrical-coordinate representation of color #5DABA6: hue angle of 176.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DABA6 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 166 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.33 |
| HSL | 176.15º | 0.32% | 0.52% | - |
| HSV(B) | 176.15º | 0.46% | 0.67% | - |
| XYZ | 25.96 | 34.21 | 41.31 | - |
| YUV | 147.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 166 | 0.46 | 0 | 0.03 | 0.33 | 176.15 | 0.32 | 0.52 |
| Hex | 5D | AB | A6 | 2E | 0 | 3 | 21 | B0 | 20 | 34 |
| Octal | 135 | 253 | 246 | 56 | 0 | 3 | 41 | 260 | 40 | 64 |
| Binary | 1011101 | 10101011 | 10100110 | 101110 | 0 | 11 | 100001 | 10110000 | 100000 | 110100 |
Color Harmonies of #5DABA6
Complementary color
Monochromatic Colors of #5DABA6
Black with #5DABA6
Text Example
Text Example
White with #5DABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DABA6; }
p { color: rgb(93,171,166); }
H1.HeaderClassName
{
color: #5DABA6;
}
.AnyTagClassName
{
color: #5DABA6;
}
</style>
background-color css
<style>
a { background-color: #5DABA6; }
a { background-color: rgb(93,171,166); }
div.DivClassName
{
background-color: #5DABA6;
}
.BgClassName
{
background-color: #5DABA6;
}
</style>
border-color css
<style>
span { border-color: #5DABA6; }
span { border-color: rgb(93,171,166); }
td.TdClassName
{
border-color: #5DABA6;
}
.TagClassName
{
border-color: #5DABA6;
}
</style>