Shades of Cadet Blue #5AA09A
Tints of Cadet Blue #5AA09A
RGB
CMYK
RGB Variations
Color information
#5AA09A (or 0x5AA09A) is known color: Cadet Blue. HEX triplet: 5A, A0 and 9A. RGB value is (90,160,154). Sum of RGB (Red+Green+Blue) = 90+160+154=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA09A is #A55F65. Grayscale: #8A8A8A. Windows color (decimal): -10837862 or 10133594. OLE color: 10133594.
HSL color Cylindrical-coordinate representation of color #5AA09A: hue angle of 174.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA09A is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 160 | 154 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.37 |
| HSL | 174.86º | 0.28% | 0.49% | - |
| HSV(B) | 174.86º | 0.44% | 0.63% | - |
| XYZ | 22.62 | 29.65 | 35.1 | - |
| YUV | 138.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 160 | 154 | 0.44 | 0 | 0.04 | 0.37 | 174.86 | 0.28 | 0.49 |
| Hex | 5A | A0 | 9A | 2C | 0 | 4 | 25 | AF | 1C | 31 |
| Octal | 132 | 240 | 232 | 54 | 0 | 4 | 45 | 257 | 34 | 61 |
| Binary | 1011010 | 10100000 | 10011010 | 101100 | 0 | 100 | 100101 | 10101111 | 11100 | 110001 |
Color Harmonies of #5AA09A
Complementary color
Monochromatic Colors of #5AA09A
Black with #5AA09A
Text Example
Text Example
White with #5AA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA09A; }
p { color: rgb(90,160,154); }
H1.HeaderClassName
{
color: #5AA09A;
}
.AnyTagClassName
{
color: #5AA09A;
}
</style>
background-color css
<style>
a { background-color: #5AA09A; }
a { background-color: rgb(90,160,154); }
div.DivClassName
{
background-color: #5AA09A;
}
.BgClassName
{
background-color: #5AA09A;
}
</style>
border-color css
<style>
span { border-color: #5AA09A; }
span { border-color: rgb(90,160,154); }
td.TdClassName
{
border-color: #5AA09A;
}
.TagClassName
{
border-color: #5AA09A;
}
</style>