Shades of Cadet Blue #44AAA9
Tints of Cadet Blue #44AAA9
RGB
CMYK
RGB Variations
Color information
#44AAA9 (or 0x44AAA9) is known color: Cadet Blue. HEX triplet: 44, AA and A9. RGB value is (68,170,169). Sum of RGB (Red+Green+Blue) = 68+170+169=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #44AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AAA9 is #BB5556. Grayscale: #8B8B8B. Windows color (decimal): -12277079 or 11119172. OLE color: 11119172.
HSL color Cylindrical-coordinate representation of color #44AAA9: hue angle of 179.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AAA9 is Cyan = 0.6, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 169 | - |
| CMYK | 0.6 | 0 | 0.01 | 0.33 |
| HSL | 179.41º | 0.43% | 0.47% | - |
| HSV(B) | 179.41º | 0.6% | 0.67% | - |
| XYZ | 23.92 | 32.84 | 42.61 | - |
| YUV | 139.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 169 | 0.6 | 0 | 0.01 | 0.33 | 179.41 | 0.43 | 0.47 |
| Hex | 44 | AA | A9 | 3C | 0 | 1 | 21 | B3 | 2B | 2F |
| Octal | 104 | 252 | 251 | 74 | 0 | 1 | 41 | 263 | 53 | 57 |
| Binary | 1000100 | 10101010 | 10101001 | 111100 | 0 | 1 | 100001 | 10110011 | 101011 | 101111 |
Color Harmonies of #44AAA9
Complementary color
Monochromatic Colors of #44AAA9
Black with #44AAA9
Text Example
Text Example
White with #44AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AAA9; }
p { color: rgb(68,170,169); }
H1.HeaderClassName
{
color: #44AAA9;
}
.AnyTagClassName
{
color: #44AAA9;
}
</style>
background-color css
<style>
a { background-color: #44AAA9; }
a { background-color: rgb(68,170,169); }
div.DivClassName
{
background-color: #44AAA9;
}
.BgClassName
{
background-color: #44AAA9;
}
</style>
border-color css
<style>
span { border-color: #44AAA9; }
span { border-color: rgb(68,170,169); }
td.TdClassName
{
border-color: #44AAA9;
}
.TagClassName
{
border-color: #44AAA9;
}
</style>