Shades of Cadet Blue #4FA29E
Tints of Cadet Blue #4FA29E
RGB
CMYK
RGB Variations
Color information
#4FA29E (or 0x4FA29E) is known color: Cadet Blue. HEX triplet: 4F, A2 and 9E. RGB value is (79,162,158). Sum of RGB (Red+Green+Blue) = 79+162+158=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA29E is #B05D61. Grayscale: #888888. Windows color (decimal): -11558242 or 10396239. OLE color: 10396239.
HSL color Cylindrical-coordinate representation of color #4FA29E: hue angle of 177.11º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA29E is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 158 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.36 |
| HSL | 177.11º | 0.34% | 0.47% | - |
| HSV(B) | 177.11º | 0.51% | 0.64% | - |
| XYZ | 22.32 | 29.97 | 36.96 | - |
| YUV | 136.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 158 | 0.51 | 0 | 0.02 | 0.36 | 177.11 | 0.34 | 0.47 |
| Hex | 4F | A2 | 9E | 33 | 0 | 2 | 24 | B1 | 22 | 2F |
| Octal | 117 | 242 | 236 | 63 | 0 | 2 | 44 | 261 | 42 | 57 |
| Binary | 1001111 | 10100010 | 10011110 | 110011 | 0 | 10 | 100100 | 10110001 | 100010 | 101111 |
Color Harmonies of #4FA29E
Complementary color
Monochromatic Colors of #4FA29E
Black with #4FA29E
Text Example
Text Example
White with #4FA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA29E; }
p { color: rgb(79,162,158); }
H1.HeaderClassName
{
color: #4FA29E;
}
.AnyTagClassName
{
color: #4FA29E;
}
</style>
background-color css
<style>
a { background-color: #4FA29E; }
a { background-color: rgb(79,162,158); }
div.DivClassName
{
background-color: #4FA29E;
}
.BgClassName
{
background-color: #4FA29E;
}
</style>
border-color css
<style>
span { border-color: #4FA29E; }
span { border-color: rgb(79,162,158); }
td.TdClassName
{
border-color: #4FA29E;
}
.TagClassName
{
border-color: #4FA29E;
}
</style>