Shades of Cadet Blue #49A6A0
Tints of Cadet Blue #49A6A0
RGB
CMYK
RGB Variations
Color information
#49A6A0 (or 0x49A6A0) is known color: Cadet Blue. HEX triplet: 49, A6 and A0. RGB value is (73,166,160). Sum of RGB (Red+Green+Blue) = 73+166+160=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #49A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A6A0 is #B6595F. Grayscale: #898989. Windows color (decimal): -11950432 or 10528329. OLE color: 10528329.
HSL color Cylindrical-coordinate representation of color #49A6A0: hue angle of 176.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A6A0 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 160 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.35 |
| HSL | 176.13º | 0.39% | 0.47% | - |
| HSV(B) | 176.13º | 0.56% | 0.65% | - |
| XYZ | 22.73 | 31.23 | 38.09 | - |
| YUV | 137.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 160 | 0.56 | 0 | 0.04 | 0.35 | 176.13 | 0.39 | 0.47 |
| Hex | 49 | A6 | A0 | 38 | 0 | 4 | 23 | B0 | 27 | 2F |
| Octal | 111 | 246 | 240 | 70 | 0 | 4 | 43 | 260 | 47 | 57 |
| Binary | 1001001 | 10100110 | 10100000 | 111000 | 0 | 100 | 100011 | 10110000 | 100111 | 101111 |
Color Harmonies of #49A6A0
Complementary color
Monochromatic Colors of #49A6A0
Black with #49A6A0
Text Example
Text Example
White with #49A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A6A0; }
p { color: rgb(73,166,160); }
H1.HeaderClassName
{
color: #49A6A0;
}
.AnyTagClassName
{
color: #49A6A0;
}
</style>
background-color css
<style>
a { background-color: #49A6A0; }
a { background-color: rgb(73,166,160); }
div.DivClassName
{
background-color: #49A6A0;
}
.BgClassName
{
background-color: #49A6A0;
}
</style>
border-color css
<style>
span { border-color: #49A6A0; }
span { border-color: rgb(73,166,160); }
td.TdClassName
{
border-color: #49A6A0;
}
.TagClassName
{
border-color: #49A6A0;
}
</style>