Shades of Cadet Blue #42AAAB
Tints of Cadet Blue #42AAAB
RGB
CMYK
RGB Variations
Color information
#42AAAB (or 0x42AAAB) is known color: Cadet Blue. HEX triplet: 42, AA and AB. RGB value is (66,170,171). Sum of RGB (Red+Green+Blue) = 66+170+171=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #42AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AAAB is #BD5554. Grayscale: #8A8A8A. Windows color (decimal): -12408149 or 11250242. OLE color: 11250242.
HSL color Cylindrical-coordinate representation of color #42AAAB: hue angle of 180.57º 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 #42AAAB is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 171 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.33 |
| HSL | 180.57º | 0.44% | 0.46% | - |
| HSV(B) | 180.57º | 0.61% | 0.67% | - |
| XYZ | 23.97 | 32.85 | 43.6 | - |
| YUV | 139.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 171 | 0.61 | 0.01 | 0 | 0.33 | 180.57 | 0.44 | 0.46 |
| Hex | 42 | AA | AB | 3D | 1 | 0 | 21 | B5 | 2C | 2E |
| Octal | 102 | 252 | 253 | 75 | 1 | 0 | 41 | 265 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10101011 | 111101 | 1 | 0 | 100001 | 10110101 | 101100 | 101110 |
Color Harmonies of #42AAAB
Complementary color
Monochromatic Colors of #42AAAB
Black with #42AAAB
Text Example
Text Example
White with #42AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAAB; }
p { color: rgb(66,170,171); }
H1.HeaderClassName
{
color: #42AAAB;
}
.AnyTagClassName
{
color: #42AAAB;
}
</style>
background-color css
<style>
a { background-color: #42AAAB; }
a { background-color: rgb(66,170,171); }
div.DivClassName
{
background-color: #42AAAB;
}
.BgClassName
{
background-color: #42AAAB;
}
</style>
border-color css
<style>
span { border-color: #42AAAB; }
span { border-color: rgb(66,170,171); }
td.TdClassName
{
border-color: #42AAAB;
}
.TagClassName
{
border-color: #42AAAB;
}
</style>