Shades of Cadet Blue #5AABA6
Tints of Cadet Blue #5AABA6
RGB
CMYK
RGB Variations
Color information
#5AABA6 (or 0x5AABA6) is known color: Cadet Blue. HEX triplet: 5A, AB and A6. RGB value is (90,171,166). Sum of RGB (Red+Green+Blue) = 90+171+166=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #5AABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABA6 is #A55459. Grayscale: #929292. Windows color (decimal): -10835034 or 10922842. OLE color: 10922842.
HSL color Cylindrical-coordinate representation of color #5AABA6: hue angle of 176.3º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AABA6 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 166 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.33 |
| HSL | 176.3º | 0.33% | 0.51% | - |
| HSV(B) | 176.3º | 0.47% | 0.67% | - |
| XYZ | 25.66 | 34.05 | 41.3 | - |
| YUV | 146.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 166 | 0.47 | 0 | 0.03 | 0.33 | 176.3 | 0.33 | 0.51 |
| Hex | 5A | AB | A6 | 2F | 0 | 3 | 21 | B0 | 21 | 33 |
| Octal | 132 | 253 | 246 | 57 | 0 | 3 | 41 | 260 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10100110 | 101111 | 0 | 11 | 100001 | 10110000 | 100001 | 110011 |
Color Harmonies of #5AABA6
Complementary color
Monochromatic Colors of #5AABA6
Black with #5AABA6
Text Example
Text Example
White with #5AABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABA6; }
p { color: rgb(90,171,166); }
H1.HeaderClassName
{
color: #5AABA6;
}
.AnyTagClassName
{
color: #5AABA6;
}
</style>
background-color css
<style>
a { background-color: #5AABA6; }
a { background-color: rgb(90,171,166); }
div.DivClassName
{
background-color: #5AABA6;
}
.BgClassName
{
background-color: #5AABA6;
}
</style>
border-color css
<style>
span { border-color: #5AABA6; }
span { border-color: rgb(90,171,166); }
td.TdClassName
{
border-color: #5AABA6;
}
.TagClassName
{
border-color: #5AABA6;
}
</style>