Shades of Cadet Blue #49A8AA
Tints of Cadet Blue #49A8AA
RGB
CMYK
RGB Variations
Color information
#49A8AA (or 0x49A8AA) is known color: Cadet Blue. HEX triplet: 49, A8 and AA. RGB value is (73,168,170). Sum of RGB (Red+Green+Blue) = 73+168+170=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #49A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A8AA is #B65755. Grayscale: #8B8B8B. Windows color (decimal): -11949910 or 11184201. OLE color: 11184201.
HSL color Cylindrical-coordinate representation of color #49A8AA: hue angle of 181.24º 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 #49A8AA is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 168 | 170 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.33 |
| HSL | 181.24º | 0.4% | 0.48% | - |
| HSV(B) | 181.24º | 0.57% | 0.67% | - |
| XYZ | 24.01 | 32.32 | 43 | - |
| YUV | 139.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 170 | 0.57 | 0.01 | 0 | 0.33 | 181.24 | 0.4 | 0.48 |
| Hex | 49 | A8 | AA | 39 | 1 | 0 | 21 | B5 | 28 | 30 |
| Octal | 111 | 250 | 252 | 71 | 1 | 0 | 41 | 265 | 50 | 60 |
| Binary | 1001001 | 10101000 | 10101010 | 111001 | 1 | 0 | 100001 | 10110101 | 101000 | 110000 |
Color Harmonies of #49A8AA
Complementary color
Monochromatic Colors of #49A8AA
Black with #49A8AA
Text Example
Text Example
White with #49A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8AA; }
p { color: rgb(73,168,170); }
H1.HeaderClassName
{
color: #49A8AA;
}
.AnyTagClassName
{
color: #49A8AA;
}
</style>
background-color css
<style>
a { background-color: #49A8AA; }
a { background-color: rgb(73,168,170); }
div.DivClassName
{
background-color: #49A8AA;
}
.BgClassName
{
background-color: #49A8AA;
}
</style>
border-color css
<style>
span { border-color: #49A8AA; }
span { border-color: rgb(73,168,170); }
td.TdClassName
{
border-color: #49A8AA;
}
.TagClassName
{
border-color: #49A8AA;
}
</style>