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