Shades of Cadet Blue #5AA99E
Tints of Cadet Blue #5AA99E
RGB
CMYK
RGB Variations
Color information
#5AA99E (or 0x5AA99E) is known color: Cadet Blue. HEX triplet: 5A, A9 and 9E. RGB value is (90,169,158). Sum of RGB (Red+Green+Blue) = 90+169+158=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA99E is #A55661. Grayscale: #909090. Windows color (decimal): -10835554 or 10398042. OLE color: 10398042.
HSL color Cylindrical-coordinate representation of color #5AA99E: hue angle of 171.65º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA99E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 169 | 158 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.34 |
| HSL | 171.65º | 0.31% | 0.51% | - |
| HSV(B) | 171.65º | 0.47% | 0.66% | - |
| XYZ | 24.58 | 33.02 | 37.43 | - |
| YUV | 144.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 158 | 0.47 | 0 | 0.07 | 0.34 | 171.65 | 0.31 | 0.51 |
| Hex | 5A | A9 | 9E | 2F | 0 | 7 | 22 | AC | 1F | 33 |
| Octal | 132 | 251 | 236 | 57 | 0 | 7 | 42 | 254 | 37 | 63 |
| Binary | 1011010 | 10101001 | 10011110 | 101111 | 0 | 111 | 100010 | 10101100 | 11111 | 110011 |
Color Harmonies of #5AA99E
Complementary color
Monochromatic Colors of #5AA99E
Black with #5AA99E
Text Example
Text Example
White with #5AA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA99E; }
p { color: rgb(90,169,158); }
H1.HeaderClassName
{
color: #5AA99E;
}
.AnyTagClassName
{
color: #5AA99E;
}
</style>
background-color css
<style>
a { background-color: #5AA99E; }
a { background-color: rgb(90,169,158); }
div.DivClassName
{
background-color: #5AA99E;
}
.BgClassName
{
background-color: #5AA99E;
}
</style>
border-color css
<style>
span { border-color: #5AA99E; }
span { border-color: rgb(90,169,158); }
td.TdClassName
{
border-color: #5AA99E;
}
.TagClassName
{
border-color: #5AA99E;
}
</style>