Shades of Cadet Blue #42AAAA
Tints of Cadet Blue #42AAAA
RGB
CMYK
RGB Variations
Color information
#42AAAA (or 0x42AAAA) is known color: Cadet Blue. HEX triplet: 42, AA and AA. RGB value is (66,170,170). Sum of RGB (Red+Green+Blue) = 66+170+170=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #42AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AAAA is #BD5555. Grayscale: #8A8A8A. Windows color (decimal): -12408150 or 11184706. OLE color: 11184706.
HSL color Cylindrical-coordinate representation of color #42AAAA: hue angle of 180º 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 #42AAAA is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 170 | - |
| CMYK | 0.61 | 0 | 0 | 0.33 |
| HSL | 180º | 0.44% | 0.46% | - |
| HSV(B) | 180º | 0.61% | 0.67% | - |
| XYZ | 23.88 | 32.81 | 43.1 | - |
| YUV | 138.9 | 145.54 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 170 | 0.61 | 0 | 0 | 0.33 | 180 | 0.44 | 0.46 |
| Hex | 42 | AA | AA | 3D | 0 | 0 | 21 | B4 | 2C | 2E |
| Octal | 102 | 252 | 252 | 75 | 0 | 0 | 41 | 264 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10101010 | 111101 | 0 | 0 | 100001 | 10110100 | 101100 | 101110 |
Color Harmonies of #42AAAA
Complementary color
Monochromatic Colors of #42AAAA
Black with #42AAAA
Text Example
Text Example
White with #42AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAAA; }
p { color: rgb(66,170,170); }
H1.HeaderClassName
{
color: #42AAAA;
}
.AnyTagClassName
{
color: #42AAAA;
}
</style>
background-color css
<style>
a { background-color: #42AAAA; }
a { background-color: rgb(66,170,170); }
div.DivClassName
{
background-color: #42AAAA;
}
.BgClassName
{
background-color: #42AAAA;
}
</style>
border-color css
<style>
span { border-color: #42AAAA; }
span { border-color: rgb(66,170,170); }
td.TdClassName
{
border-color: #42AAAA;
}
.TagClassName
{
border-color: #42AAAA;
}
</style>