Shades of Cadet Blue #5AABA8
Tints of Cadet Blue #5AABA8
RGB
CMYK
RGB Variations
Color information
#5AABA8 (or 0x5AABA8) is known color: Cadet Blue. HEX triplet: 5A, AB and A8. RGB value is (90,171,168). Sum of RGB (Red+Green+Blue) = 90+171+168=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #5AABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABA8 is #A55457. Grayscale: #929292. Windows color (decimal): -10835032 or 11053914. OLE color: 11053914.
HSL color Cylindrical-coordinate representation of color #5AABA8: hue angle of 177.78º 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 #5AABA8 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 168 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.33 |
| HSL | 177.78º | 0.33% | 0.51% | - |
| HSV(B) | 177.78º | 0.47% | 0.67% | - |
| XYZ | 25.85 | 34.13 | 42.27 | - |
| YUV | 146.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 168 | 0.47 | 0 | 0.02 | 0.33 | 177.78 | 0.33 | 0.51 |
| Hex | 5A | AB | A8 | 2F | 0 | 2 | 21 | B2 | 21 | 33 |
| Octal | 132 | 253 | 250 | 57 | 0 | 2 | 41 | 262 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10101000 | 101111 | 0 | 10 | 100001 | 10110010 | 100001 | 110011 |
Color Harmonies of #5AABA8
Complementary color
Monochromatic Colors of #5AABA8
Black with #5AABA8
Text Example
Text Example
White with #5AABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABA8; }
p { color: rgb(90,171,168); }
H1.HeaderClassName
{
color: #5AABA8;
}
.AnyTagClassName
{
color: #5AABA8;
}
</style>
background-color css
<style>
a { background-color: #5AABA8; }
a { background-color: rgb(90,171,168); }
div.DivClassName
{
background-color: #5AABA8;
}
.BgClassName
{
background-color: #5AABA8;
}
</style>
border-color css
<style>
span { border-color: #5AABA8; }
span { border-color: rgb(90,171,168); }
td.TdClassName
{
border-color: #5AABA8;
}
.TagClassName
{
border-color: #5AABA8;
}
</style>