Shades of Cadet Blue #4CA3A0
Tints of Cadet Blue #4CA3A0
RGB
CMYK
RGB Variations
Color information
#4CA3A0 (or 0x4CA3A0) is known color: Cadet Blue. HEX triplet: 4C, A3 and A0. RGB value is (76,163,160). Sum of RGB (Red+Green+Blue) = 76+163+160=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA3A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA3A0 is #B35C5F. Grayscale: #888888. Windows color (decimal): -11754592 or 10527564. OLE color: 10527564.
HSL color Cylindrical-coordinate representation of color #4CA3A0: hue angle of 177.93º 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 #4CA3A0 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 163 | 160 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.36 |
| HSL | 177.93º | 0.36% | 0.47% | - |
| HSV(B) | 177.93º | 0.53% | 0.64% | - |
| XYZ | 22.42 | 30.27 | 37.92 | - |
| YUV | 136.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 163 | 160 | 0.53 | 0 | 0.02 | 0.36 | 177.93 | 0.36 | 0.47 |
| Hex | 4C | A3 | A0 | 35 | 0 | 2 | 24 | B2 | 24 | 2F |
| Octal | 114 | 243 | 240 | 65 | 0 | 2 | 44 | 262 | 44 | 57 |
| Binary | 1001100 | 10100011 | 10100000 | 110101 | 0 | 10 | 100100 | 10110010 | 100100 | 101111 |
Color Harmonies of #4CA3A0
Complementary color
Monochromatic Colors of #4CA3A0
Black with #4CA3A0
Text Example
Text Example
White with #4CA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA3A0; }
p { color: rgb(76,163,160); }
H1.HeaderClassName
{
color: #4CA3A0;
}
.AnyTagClassName
{
color: #4CA3A0;
}
</style>
background-color css
<style>
a { background-color: #4CA3A0; }
a { background-color: rgb(76,163,160); }
div.DivClassName
{
background-color: #4CA3A0;
}
.BgClassName
{
background-color: #4CA3A0;
}
</style>
border-color css
<style>
span { border-color: #4CA3A0; }
span { border-color: rgb(76,163,160); }
td.TdClassName
{
border-color: #4CA3A0;
}
.TagClassName
{
border-color: #4CA3A0;
}
</style>