Shades of Cadet Blue #4FA19E
Tints of Cadet Blue #4FA19E
RGB
CMYK
RGB Variations
Color information
#4FA19E (or 0x4FA19E) is known color: Cadet Blue. HEX triplet: 4F, A1 and 9E. RGB value is (79,161,158). Sum of RGB (Red+Green+Blue) = 79+161+158=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA19E is #B05E61. Grayscale: #888888. Windows color (decimal): -11558498 or 10395983. OLE color: 10395983.
HSL color Cylindrical-coordinate representation of color #4FA19E: hue angle of 177.8º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA19E is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 158 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.37 |
| HSL | 177.8º | 0.34% | 0.47% | - |
| HSV(B) | 177.8º | 0.51% | 0.63% | - |
| XYZ | 22.14 | 29.62 | 36.9 | - |
| YUV | 136.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 158 | 0.51 | 0 | 0.02 | 0.37 | 177.8 | 0.34 | 0.47 |
| Hex | 4F | A1 | 9E | 33 | 0 | 2 | 25 | B2 | 22 | 2F |
| Octal | 117 | 241 | 236 | 63 | 0 | 2 | 45 | 262 | 42 | 57 |
| Binary | 1001111 | 10100001 | 10011110 | 110011 | 0 | 10 | 100101 | 10110010 | 100010 | 101111 |
Color Harmonies of #4FA19E
Complementary color
Monochromatic Colors of #4FA19E
Black with #4FA19E
Text Example
Text Example
White with #4FA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA19E; }
p { color: rgb(79,161,158); }
H1.HeaderClassName
{
color: #4FA19E;
}
.AnyTagClassName
{
color: #4FA19E;
}
</style>
background-color css
<style>
a { background-color: #4FA19E; }
a { background-color: rgb(79,161,158); }
div.DivClassName
{
background-color: #4FA19E;
}
.BgClassName
{
background-color: #4FA19E;
}
</style>
border-color css
<style>
span { border-color: #4FA19E; }
span { border-color: rgb(79,161,158); }
td.TdClassName
{
border-color: #4FA19E;
}
.TagClassName
{
border-color: #4FA19E;
}
</style>