Shades of Cadet Blue #42AAA9
Tints of Cadet Blue #42AAA9
RGB
CMYK
RGB Variations
Color information
#42AAA9 (or 0x42AAA9) is known color: Cadet Blue. HEX triplet: 42, AA and A9. RGB value is (66,170,169). Sum of RGB (Red+Green+Blue) = 66+170+169=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #42AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AAA9 is #BD5556. Grayscale: #8A8A8A. Windows color (decimal): -12408151 or 11119170. OLE color: 11119170.
HSL color Cylindrical-coordinate representation of color #42AAA9: hue angle of 179.42º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AAA9 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 169 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.33 |
| HSL | 179.42º | 0.44% | 0.46% | - |
| HSV(B) | 179.42º | 0.61% | 0.67% | - |
| XYZ | 23.78 | 32.77 | 42.61 | - |
| YUV | 138.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 169 | 0.61 | 0 | 0.01 | 0.33 | 179.42 | 0.44 | 0.46 |
| Hex | 42 | AA | A9 | 3D | 0 | 1 | 21 | B3 | 2C | 2E |
| Octal | 102 | 252 | 251 | 75 | 0 | 1 | 41 | 263 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10101001 | 111101 | 0 | 1 | 100001 | 10110011 | 101100 | 101110 |
Color Harmonies of #42AAA9
Complementary color
Monochromatic Colors of #42AAA9
Black with #42AAA9
Text Example
Text Example
White with #42AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAA9; }
p { color: rgb(66,170,169); }
H1.HeaderClassName
{
color: #42AAA9;
}
.AnyTagClassName
{
color: #42AAA9;
}
</style>
background-color css
<style>
a { background-color: #42AAA9; }
a { background-color: rgb(66,170,169); }
div.DivClassName
{
background-color: #42AAA9;
}
.BgClassName
{
background-color: #42AAA9;
}
</style>
border-color css
<style>
span { border-color: #42AAA9; }
span { border-color: rgb(66,170,169); }
td.TdClassName
{
border-color: #42AAA9;
}
.TagClassName
{
border-color: #42AAA9;
}
</style>