Shades of Cadet Blue #42ABAB
Tints of Cadet Blue #42ABAB
RGB
CMYK
RGB Variations
Color information
#42ABAB (or 0x42ABAB) is known color: Cadet Blue. HEX triplet: 42, AB and AB. RGB value is (66,171,171). Sum of RGB (Red+Green+Blue) = 66+171+171=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #42ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ABAB is #BD5454. Grayscale: #8B8B8B. Windows color (decimal): -12407893 or 11250498. OLE color: 11250498.
HSL color Cylindrical-coordinate representation of color #42ABAB: 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 #42ABAB is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 171 | - |
| CMYK | 0.61 | 0 | 0 | 0.33 |
| HSL | 180º | 0.44% | 0.46% | - |
| HSV(B) | 180º | 0.61% | 0.67% | - |
| XYZ | 24.16 | 33.22 | 43.67 | - |
| YUV | 139.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 171 | 0.61 | 0 | 0 | 0.33 | 180 | 0.44 | 0.46 |
| Hex | 42 | AB | AB | 3D | 0 | 0 | 21 | B4 | 2C | 2E |
| Octal | 102 | 253 | 253 | 75 | 0 | 0 | 41 | 264 | 54 | 56 |
| Binary | 1000010 | 10101011 | 10101011 | 111101 | 0 | 0 | 100001 | 10110100 | 101100 | 101110 |
Color Harmonies of #42ABAB
Complementary color
Monochromatic Colors of #42ABAB
Black with #42ABAB
Text Example
Text Example
White with #42ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABAB; }
p { color: rgb(66,171,171); }
H1.HeaderClassName
{
color: #42ABAB;
}
.AnyTagClassName
{
color: #42ABAB;
}
</style>
background-color css
<style>
a { background-color: #42ABAB; }
a { background-color: rgb(66,171,171); }
div.DivClassName
{
background-color: #42ABAB;
}
.BgClassName
{
background-color: #42ABAB;
}
</style>
border-color css
<style>
span { border-color: #42ABAB; }
span { border-color: rgb(66,171,171); }
td.TdClassName
{
border-color: #42ABAB;
}
.TagClassName
{
border-color: #42ABAB;
}
</style>