Shades of Cadet Blue #49AAA5
Tints of Cadet Blue #49AAA5
RGB
CMYK
RGB Variations
Color information
#49AAA5 (or 0x49AAA5) is known color: Cadet Blue. HEX triplet: 49, AA and A5. RGB value is (73,170,165). Sum of RGB (Red+Green+Blue) = 73+170+165=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #49AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAA5 is #B6555A. Grayscale: #8C8C8C. Windows color (decimal): -11949403 or 10857033. OLE color: 10857033.
HSL color Cylindrical-coordinate representation of color #49AAA5: hue angle of 176.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AAA5 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 165 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.33 |
| HSL | 176.91º | 0.4% | 0.48% | - |
| HSV(B) | 176.91º | 0.57% | 0.67% | - |
| XYZ | 23.91 | 32.88 | 40.68 | - |
| YUV | 140.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 165 | 0.57 | 0 | 0.03 | 0.33 | 176.91 | 0.4 | 0.48 |
| Hex | 49 | AA | A5 | 39 | 0 | 3 | 21 | B1 | 28 | 30 |
| Octal | 111 | 252 | 245 | 71 | 0 | 3 | 41 | 261 | 50 | 60 |
| Binary | 1001001 | 10101010 | 10100101 | 111001 | 0 | 11 | 100001 | 10110001 | 101000 | 110000 |
Color Harmonies of #49AAA5
Complementary color
Monochromatic Colors of #49AAA5
Black with #49AAA5
Text Example
Text Example
White with #49AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AAA5; }
p { color: rgb(73,170,165); }
H1.HeaderClassName
{
color: #49AAA5;
}
.AnyTagClassName
{
color: #49AAA5;
}
</style>
background-color css
<style>
a { background-color: #49AAA5; }
a { background-color: rgb(73,170,165); }
div.DivClassName
{
background-color: #49AAA5;
}
.BgClassName
{
background-color: #49AAA5;
}
</style>
border-color css
<style>
span { border-color: #49AAA5; }
span { border-color: rgb(73,170,165); }
td.TdClassName
{
border-color: #49AAA5;
}
.TagClassName
{
border-color: #49AAA5;
}
</style>