Shades of Cadet Blue #5AA29B
Tints of Cadet Blue #5AA29B
RGB
CMYK
RGB Variations
Color information
#5AA29B (or 0x5AA29B) is known color: Cadet Blue. HEX triplet: 5A, A2 and 9B. RGB value is (90,162,155). Sum of RGB (Red+Green+Blue) = 90+162+155=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA29B is #A55D64. Grayscale: #8B8B8B. Windows color (decimal): -10837349 or 10199642. OLE color: 10199642.
HSL color Cylindrical-coordinate representation of color #5AA29B: hue angle of 174.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA29B is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 162 | 155 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.36 |
| HSL | 174.17º | 0.29% | 0.49% | - |
| HSV(B) | 174.17º | 0.44% | 0.64% | - |
| XYZ | 23.05 | 30.38 | 35.66 | - |
| YUV | 139.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 162 | 155 | 0.44 | 0 | 0.04 | 0.36 | 174.17 | 0.29 | 0.49 |
| Hex | 5A | A2 | 9B | 2C | 0 | 4 | 24 | AE | 1D | 31 |
| Octal | 132 | 242 | 233 | 54 | 0 | 4 | 44 | 256 | 35 | 61 |
| Binary | 1011010 | 10100010 | 10011011 | 101100 | 0 | 100 | 100100 | 10101110 | 11101 | 110001 |
Color Harmonies of #5AA29B
Complementary color
Monochromatic Colors of #5AA29B
Black with #5AA29B
Text Example
Text Example
White with #5AA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA29B; }
p { color: rgb(90,162,155); }
H1.HeaderClassName
{
color: #5AA29B;
}
.AnyTagClassName
{
color: #5AA29B;
}
</style>
background-color css
<style>
a { background-color: #5AA29B; }
a { background-color: rgb(90,162,155); }
div.DivClassName
{
background-color: #5AA29B;
}
.BgClassName
{
background-color: #5AA29B;
}
</style>
border-color css
<style>
span { border-color: #5AA29B; }
span { border-color: rgb(90,162,155); }
td.TdClassName
{
border-color: #5AA29B;
}
.TagClassName
{
border-color: #5AA29B;
}
</style>