Shades of Cadet Blue #42ABAC
Tints of Cadet Blue #42ABAC
RGB
CMYK
RGB Variations
Color information
#42ABAC (or 0x42ABAC) is known color: Cadet Blue. HEX triplet: 42, AB and AC. RGB value is (66,171,172). Sum of RGB (Red+Green+Blue) = 66+171+172=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #42ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ABAC is #BD5453. Grayscale: #8B8B8B. Windows color (decimal): -12407892 or 11316034. OLE color: 11316034.
HSL color Cylindrical-coordinate representation of color #42ABAC: hue angle of 180.57º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42ABAC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 172 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.33 |
| HSL | 180.57º | 0.45% | 0.47% | - |
| HSV(B) | 180.57º | 0.62% | 0.67% | - |
| XYZ | 24.26 | 33.26 | 44.17 | - |
| YUV | 139.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 172 | 0.62 | 0.01 | 0 | 0.33 | 180.57 | 0.45 | 0.47 |
| Hex | 42 | AB | AC | 3E | 1 | 0 | 21 | B5 | 2D | 2F |
| Octal | 102 | 253 | 254 | 76 | 1 | 0 | 41 | 265 | 55 | 57 |
| Binary | 1000010 | 10101011 | 10101100 | 111110 | 1 | 0 | 100001 | 10110101 | 101101 | 101111 |
Color Harmonies of #42ABAC
Complementary color
Monochromatic Colors of #42ABAC
Black with #42ABAC
Text Example
Text Example
White with #42ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABAC; }
p { color: rgb(66,171,172); }
H1.HeaderClassName
{
color: #42ABAC;
}
.AnyTagClassName
{
color: #42ABAC;
}
</style>
background-color css
<style>
a { background-color: #42ABAC; }
a { background-color: rgb(66,171,172); }
div.DivClassName
{
background-color: #42ABAC;
}
.BgClassName
{
background-color: #42ABAC;
}
</style>
border-color css
<style>
span { border-color: #42ABAC; }
span { border-color: rgb(66,171,172); }
td.TdClassName
{
border-color: #42ABAC;
}
.TagClassName
{
border-color: #42ABAC;
}
</style>