Shades of Cadet Blue #42AAA6
Tints of Cadet Blue #42AAA6
RGB
CMYK
RGB Variations
Color information
#42AAA6 (or 0x42AAA6) is known color: Cadet Blue. HEX triplet: 42, AA and A6. RGB value is (66,170,166). Sum of RGB (Red+Green+Blue) = 66+170+166=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #42AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AAA6 is #BD5559. Grayscale: #8A8A8A. Windows color (decimal): -12408154 or 10922562. OLE color: 10922562.
HSL color Cylindrical-coordinate representation of color #42AAA6: hue angle of 177.69º 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 #42AAA6 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 166 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.33 |
| HSL | 177.69º | 0.44% | 0.46% | - |
| HSV(B) | 177.69º | 0.61% | 0.67% | - |
| XYZ | 23.5 | 32.66 | 41.14 | - |
| YUV | 138.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 166 | 0.61 | 0 | 0.02 | 0.33 | 177.69 | 0.44 | 0.46 |
| Hex | 42 | AA | A6 | 3D | 0 | 2 | 21 | B2 | 2C | 2E |
| Octal | 102 | 252 | 246 | 75 | 0 | 2 | 41 | 262 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10100110 | 111101 | 0 | 10 | 100001 | 10110010 | 101100 | 101110 |
Color Harmonies of #42AAA6
Complementary color
Monochromatic Colors of #42AAA6
Black with #42AAA6
Text Example
Text Example
White with #42AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAA6; }
p { color: rgb(66,170,166); }
H1.HeaderClassName
{
color: #42AAA6;
}
.AnyTagClassName
{
color: #42AAA6;
}
</style>
background-color css
<style>
a { background-color: #42AAA6; }
a { background-color: rgb(66,170,166); }
div.DivClassName
{
background-color: #42AAA6;
}
.BgClassName
{
background-color: #42AAA6;
}
</style>
border-color css
<style>
span { border-color: #42AAA6; }
span { border-color: rgb(66,170,166); }
td.TdClassName
{
border-color: #42AAA6;
}
.TagClassName
{
border-color: #42AAA6;
}
</style>