Shades of Cadet Blue #49A09D
Tints of Cadet Blue #49A09D
RGB
CMYK
RGB Variations
Color information
#49A09D (or 0x49A09D) is known color: Cadet Blue. HEX triplet: 49, A0 and 9D. RGB value is (73,160,157). Sum of RGB (Red+Green+Blue) = 73+160+157=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #49A09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A09D is #B65F62. Grayscale: #858585. Windows color (decimal): -11951971 or 10330185. OLE color: 10330185.
HSL color Cylindrical-coordinate representation of color #49A09D: hue angle of 177.93º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A09D is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 157 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.37 |
| HSL | 177.93º | 0.37% | 0.46% | - |
| HSV(B) | 177.93º | 0.54% | 0.63% | - |
| XYZ | 21.4 | 28.99 | 36.37 | - |
| YUV | 133.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 157 | 0.54 | 0 | 0.02 | 0.37 | 177.93 | 0.37 | 0.46 |
| Hex | 49 | A0 | 9D | 36 | 0 | 2 | 25 | B2 | 25 | 2E |
| Octal | 111 | 240 | 235 | 66 | 0 | 2 | 45 | 262 | 45 | 56 |
| Binary | 1001001 | 10100000 | 10011101 | 110110 | 0 | 10 | 100101 | 10110010 | 100101 | 101110 |
Color Harmonies of #49A09D
Complementary color
Monochromatic Colors of #49A09D
Black with #49A09D
Text Example
Text Example
White with #49A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A09D; }
p { color: rgb(73,160,157); }
H1.HeaderClassName
{
color: #49A09D;
}
.AnyTagClassName
{
color: #49A09D;
}
</style>
background-color css
<style>
a { background-color: #49A09D; }
a { background-color: rgb(73,160,157); }
div.DivClassName
{
background-color: #49A09D;
}
.BgClassName
{
background-color: #49A09D;
}
</style>
border-color css
<style>
span { border-color: #49A09D; }
span { border-color: rgb(73,160,157); }
td.TdClassName
{
border-color: #49A09D;
}
.TagClassName
{
border-color: #49A09D;
}
</style>