Shades of Cadet Blue #4FAAA6
Tints of Cadet Blue #4FAAA6
RGB
CMYK
RGB Variations
Color information
#4FAAA6 (or 0x4FAAA6) is known color: Cadet Blue. HEX triplet: 4F, AA and A6. RGB value is (79,170,166). Sum of RGB (Red+Green+Blue) = 79+170+166=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA6 is #B05559. Grayscale: #8E8E8E. Windows color (decimal): -11556186 or 10922575. OLE color: 10922575.
HSL color Cylindrical-coordinate representation of color #4FAAA6: hue angle of 177.36º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAAA6 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 166 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.33 |
| HSL | 177.36º | 0.37% | 0.49% | - |
| HSV(B) | 177.36º | 0.54% | 0.67% | - |
| XYZ | 24.48 | 33.16 | 41.19 | - |
| YUV | 142.34 | 141.35 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 166 | 0.54 | 0 | 0.02 | 0.33 | 177.36 | 0.37 | 0.49 |
| Hex | 4F | AA | A6 | 36 | 0 | 2 | 21 | B1 | 25 | 31 |
| Octal | 117 | 252 | 246 | 66 | 0 | 2 | 41 | 261 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10100110 | 110110 | 0 | 10 | 100001 | 10110001 | 100101 | 110001 |
Color Harmonies of #4FAAA6
Complementary color
Monochromatic Colors of #4FAAA6
Black with #4FAAA6
Text Example
Text Example
White with #4FAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAA6; }
p { color: rgb(79,170,166); }
H1.HeaderClassName
{
color: #4FAAA6;
}
.AnyTagClassName
{
color: #4FAAA6;
}
</style>
background-color css
<style>
a { background-color: #4FAAA6; }
a { background-color: rgb(79,170,166); }
div.DivClassName
{
background-color: #4FAAA6;
}
.BgClassName
{
background-color: #4FAAA6;
}
</style>
border-color css
<style>
span { border-color: #4FAAA6; }
span { border-color: rgb(79,170,166); }
td.TdClassName
{
border-color: #4FAAA6;
}
.TagClassName
{
border-color: #4FAAA6;
}
</style>