Shades of Cadet Blue #4DA19E
Tints of Cadet Blue #4DA19E
RGB
CMYK
RGB Variations
Color information
#4DA19E (or 0x4DA19E) is known color: Cadet Blue. HEX triplet: 4D, A1 and 9E. RGB value is (77,161,158). Sum of RGB (Red+Green+Blue) = 77+161+158=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA19E is #B25E61. Grayscale: #878787. Windows color (decimal): -11689570 or 10395981. OLE color: 10395981.
HSL color Cylindrical-coordinate representation of color #4DA19E: hue angle of 177.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA19E is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 158 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.37 |
| HSL | 177.86º | 0.35% | 0.47% | - |
| HSV(B) | 177.86º | 0.52% | 0.63% | - |
| XYZ | 21.98 | 29.54 | 36.89 | - |
| YUV | 135.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 158 | 0.52 | 0 | 0.02 | 0.37 | 177.86 | 0.35 | 0.47 |
| Hex | 4D | A1 | 9E | 34 | 0 | 2 | 25 | B2 | 23 | 2F |
| Octal | 115 | 241 | 236 | 64 | 0 | 2 | 45 | 262 | 43 | 57 |
| Binary | 1001101 | 10100001 | 10011110 | 110100 | 0 | 10 | 100101 | 10110010 | 100011 | 101111 |
Color Harmonies of #4DA19E
Complementary color
Monochromatic Colors of #4DA19E
Black with #4DA19E
Text Example
Text Example
White with #4DA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA19E; }
p { color: rgb(77,161,158); }
H1.HeaderClassName
{
color: #4DA19E;
}
.AnyTagClassName
{
color: #4DA19E;
}
</style>
background-color css
<style>
a { background-color: #4DA19E; }
a { background-color: rgb(77,161,158); }
div.DivClassName
{
background-color: #4DA19E;
}
.BgClassName
{
background-color: #4DA19E;
}
</style>
border-color css
<style>
span { border-color: #4DA19E; }
span { border-color: rgb(77,161,158); }
td.TdClassName
{
border-color: #4DA19E;
}
.TagClassName
{
border-color: #4DA19E;
}
</style>