Shades of Cadet Blue #4CACAB
Tints of Cadet Blue #4CACAB
RGB
CMYK
RGB Variations
Color information
#4CACAB (or 0x4CACAB) is known color: Cadet Blue. HEX triplet: 4C, AC and AB. RGB value is (76,172,171). Sum of RGB (Red+Green+Blue) = 76+172+171=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #4CACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACAB is #B35354. Grayscale: #8F8F8F. Windows color (decimal): -11752277 or 11250764. OLE color: 11250764.
HSL color Cylindrical-coordinate representation of color #4CACAB: hue angle of 179.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CACAB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 171 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.33 |
| HSL | 179.38º | 0.39% | 0.49% | - |
| HSV(B) | 179.38º | 0.56% | 0.67% | - |
| XYZ | 25.08 | 33.98 | 43.77 | - |
| YUV | 143.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 171 | 0.56 | 0 | 0.01 | 0.33 | 179.38 | 0.39 | 0.49 |
| Hex | 4C | AC | AB | 38 | 0 | 1 | 21 | B3 | 27 | 31 |
| Octal | 114 | 254 | 253 | 70 | 0 | 1 | 41 | 263 | 47 | 61 |
| Binary | 1001100 | 10101100 | 10101011 | 111000 | 0 | 1 | 100001 | 10110011 | 100111 | 110001 |
Color Harmonies of #4CACAB
Complementary color
Monochromatic Colors of #4CACAB
Black with #4CACAB
Text Example
Text Example
White with #4CACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACAB; }
p { color: rgb(76,172,171); }
H1.HeaderClassName
{
color: #4CACAB;
}
.AnyTagClassName
{
color: #4CACAB;
}
</style>
background-color css
<style>
a { background-color: #4CACAB; }
a { background-color: rgb(76,172,171); }
div.DivClassName
{
background-color: #4CACAB;
}
.BgClassName
{
background-color: #4CACAB;
}
</style>
border-color css
<style>
span { border-color: #4CACAB; }
span { border-color: rgb(76,172,171); }
td.TdClassName
{
border-color: #4CACAB;
}
.TagClassName
{
border-color: #4CACAB;
}
</style>