Shades of Cadet Blue #4CA2A0
Tints of Cadet Blue #4CA2A0
RGB
CMYK
RGB Variations
Color information
#4CA2A0 (or 0x4CA2A0) is known color: Cadet Blue. HEX triplet: 4C, A2 and A0. RGB value is (76,162,160). Sum of RGB (Red+Green+Blue) = 76+162+160=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA2A0 is #B35D5F. Grayscale: #878787. Windows color (decimal): -11754848 or 10527308. OLE color: 10527308.
HSL color Cylindrical-coordinate representation of color #4CA2A0: hue angle of 178.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA2A0 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 160 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.36 |
| HSL | 178.6º | 0.36% | 0.47% | - |
| HSV(B) | 178.6º | 0.53% | 0.64% | - |
| XYZ | 22.25 | 29.92 | 37.86 | - |
| YUV | 136.06 | 141.51 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 160 | 0.53 | 0 | 0.01 | 0.36 | 178.6 | 0.36 | 0.47 |
| Hex | 4C | A2 | A0 | 35 | 0 | 1 | 24 | B3 | 24 | 2F |
| Octal | 114 | 242 | 240 | 65 | 0 | 1 | 44 | 263 | 44 | 57 |
| Binary | 1001100 | 10100010 | 10100000 | 110101 | 0 | 1 | 100100 | 10110011 | 100100 | 101111 |
Color Harmonies of #4CA2A0
Complementary color
Monochromatic Colors of #4CA2A0
Black with #4CA2A0
Text Example
Text Example
White with #4CA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA2A0; }
p { color: rgb(76,162,160); }
H1.HeaderClassName
{
color: #4CA2A0;
}
.AnyTagClassName
{
color: #4CA2A0;
}
</style>
background-color css
<style>
a { background-color: #4CA2A0; }
a { background-color: rgb(76,162,160); }
div.DivClassName
{
background-color: #4CA2A0;
}
.BgClassName
{
background-color: #4CA2A0;
}
</style>
border-color css
<style>
span { border-color: #4CA2A0; }
span { border-color: rgb(76,162,160); }
td.TdClassName
{
border-color: #4CA2A0;
}
.TagClassName
{
border-color: #4CA2A0;
}
</style>