Shades of Cadet Blue #4CACA8
Tints of Cadet Blue #4CACA8
RGB
CMYK
RGB Variations
Color information
#4CACA8 (or 0x4CACA8) is known color: Cadet Blue. HEX triplet: 4C, AC and A8. RGB value is (76,172,168). Sum of RGB (Red+Green+Blue) = 76+172+168=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #4CACA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACA8 is #B35357. Grayscale: #8E8E8E. Windows color (decimal): -11752280 or 11054156. OLE color: 11054156.
HSL color Cylindrical-coordinate representation of color #4CACA8: hue angle of 177.5º 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 #4CACA8 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 168 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.33 |
| HSL | 177.5º | 0.39% | 0.49% | - |
| HSV(B) | 177.5º | 0.56% | 0.67% | - |
| XYZ | 24.8 | 33.87 | 42.28 | - |
| YUV | 142.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 168 | 0.56 | 0 | 0.02 | 0.33 | 177.5 | 0.39 | 0.49 |
| Hex | 4C | AC | A8 | 38 | 0 | 2 | 21 | B2 | 27 | 31 |
| Octal | 114 | 254 | 250 | 70 | 0 | 2 | 41 | 262 | 47 | 61 |
| Binary | 1001100 | 10101100 | 10101000 | 111000 | 0 | 10 | 100001 | 10110010 | 100111 | 110001 |
Color Harmonies of #4CACA8
Complementary color
Monochromatic Colors of #4CACA8
Black with #4CACA8
Text Example
Text Example
White with #4CACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACA8; }
p { color: rgb(76,172,168); }
H1.HeaderClassName
{
color: #4CACA8;
}
.AnyTagClassName
{
color: #4CACA8;
}
</style>
background-color css
<style>
a { background-color: #4CACA8; }
a { background-color: rgb(76,172,168); }
div.DivClassName
{
background-color: #4CACA8;
}
.BgClassName
{
background-color: #4CACA8;
}
</style>
border-color css
<style>
span { border-color: #4CACA8; }
span { border-color: rgb(76,172,168); }
td.TdClassName
{
border-color: #4CACA8;
}
.TagClassName
{
border-color: #4CACA8;
}
</style>