Shades of Cadet Blue #4CA29E
Tints of Cadet Blue #4CA29E
RGB
CMYK
RGB Variations
Color information
#4CA29E (or 0x4CA29E) is known color: Cadet Blue. HEX triplet: 4C, A2 and 9E. RGB value is (76,162,158). Sum of RGB (Red+Green+Blue) = 76+162+158=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA29E is #B35D61. Grayscale: #878787. Windows color (decimal): -11754850 or 10396236. OLE color: 10396236.
HSL color Cylindrical-coordinate representation of color #4CA29E: hue angle of 177.21º 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 #4CA29E is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 158 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.36 |
| HSL | 177.21º | 0.36% | 0.47% | - |
| HSV(B) | 177.21º | 0.53% | 0.64% | - |
| XYZ | 22.07 | 29.85 | 36.95 | - |
| YUV | 135.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 158 | 0.53 | 0 | 0.02 | 0.36 | 177.21 | 0.36 | 0.47 |
| Hex | 4C | A2 | 9E | 35 | 0 | 2 | 24 | B1 | 24 | 2F |
| Octal | 114 | 242 | 236 | 65 | 0 | 2 | 44 | 261 | 44 | 57 |
| Binary | 1001100 | 10100010 | 10011110 | 110101 | 0 | 10 | 100100 | 10110001 | 100100 | 101111 |
Color Harmonies of #4CA29E
Complementary color
Monochromatic Colors of #4CA29E
Black with #4CA29E
Text Example
Text Example
White with #4CA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA29E; }
p { color: rgb(76,162,158); }
H1.HeaderClassName
{
color: #4CA29E;
}
.AnyTagClassName
{
color: #4CA29E;
}
</style>
background-color css
<style>
a { background-color: #4CA29E; }
a { background-color: rgb(76,162,158); }
div.DivClassName
{
background-color: #4CA29E;
}
.BgClassName
{
background-color: #4CA29E;
}
</style>
border-color css
<style>
span { border-color: #4CA29E; }
span { border-color: rgb(76,162,158); }
td.TdClassName
{
border-color: #4CA29E;
}
.TagClassName
{
border-color: #4CA29E;
}
</style>