Shades of Cadet Blue #4CA19C
Tints of Cadet Blue #4CA19C
RGB
CMYK
RGB Variations
Color information
#4CA19C (or 0x4CA19C) is known color: Cadet Blue. HEX triplet: 4C, A1 and 9C. RGB value is (76,161,156). Sum of RGB (Red+Green+Blue) = 76+161+156=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA19C is #B35E63. Grayscale: #868686. Windows color (decimal): -11755108 or 10264908. OLE color: 10264908.
HSL color Cylindrical-coordinate representation of color #4CA19C: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA19C is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 161 | 156 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.37 |
| HSL | 176.47º | 0.36% | 0.46% | - |
| HSV(B) | 176.47º | 0.53% | 0.63% | - |
| XYZ | 21.73 | 29.43 | 35.99 | - |
| YUV | 135.02 | 139.84 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 161 | 156 | 0.53 | 0 | 0.03 | 0.37 | 176.47 | 0.36 | 0.46 |
| Hex | 4C | A1 | 9C | 35 | 0 | 3 | 25 | B0 | 24 | 2E |
| Octal | 114 | 241 | 234 | 65 | 0 | 3 | 45 | 260 | 44 | 56 |
| Binary | 1001100 | 10100001 | 10011100 | 110101 | 0 | 11 | 100101 | 10110000 | 100100 | 101110 |
Color Harmonies of #4CA19C
Complementary color
Monochromatic Colors of #4CA19C
Black with #4CA19C
Text Example
Text Example
White with #4CA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA19C; }
p { color: rgb(76,161,156); }
H1.HeaderClassName
{
color: #4CA19C;
}
.AnyTagClassName
{
color: #4CA19C;
}
</style>
background-color css
<style>
a { background-color: #4CA19C; }
a { background-color: rgb(76,161,156); }
div.DivClassName
{
background-color: #4CA19C;
}
.BgClassName
{
background-color: #4CA19C;
}
</style>
border-color css
<style>
span { border-color: #4CA19C; }
span { border-color: rgb(76,161,156); }
td.TdClassName
{
border-color: #4CA19C;
}
.TagClassName
{
border-color: #4CA19C;
}
</style>