Shades of Cadet Blue #4FAAA4
Tints of Cadet Blue #4FAAA4
RGB
CMYK
RGB Variations
Color information
#4FAAA4 (or 0x4FAAA4) is known color: Cadet Blue. HEX triplet: 4F, AA and A4. RGB value is (79,170,164). Sum of RGB (Red+Green+Blue) = 79+170+164=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA4 is #B0555B. Grayscale: #8E8E8E. Windows color (decimal): -11556188 or 10791503. OLE color: 10791503.
HSL color Cylindrical-coordinate representation of color #4FAAA4: hue angle of 176.04º 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 #4FAAA4 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 164 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.33 |
| HSL | 176.04º | 0.37% | 0.49% | - |
| HSV(B) | 176.04º | 0.54% | 0.67% | - |
| XYZ | 24.3 | 33.09 | 40.23 | - |
| YUV | 142.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 164 | 0.54 | 0 | 0.04 | 0.33 | 176.04 | 0.37 | 0.49 |
| Hex | 4F | AA | A4 | 36 | 0 | 4 | 21 | B0 | 25 | 31 |
| Octal | 117 | 252 | 244 | 66 | 0 | 4 | 41 | 260 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10100100 | 110110 | 0 | 100 | 100001 | 10110000 | 100101 | 110001 |
Color Harmonies of #4FAAA4
Complementary color
Monochromatic Colors of #4FAAA4
Black with #4FAAA4
Text Example
Text Example
White with #4FAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAA4; }
p { color: rgb(79,170,164); }
H1.HeaderClassName
{
color: #4FAAA4;
}
.AnyTagClassName
{
color: #4FAAA4;
}
</style>
background-color css
<style>
a { background-color: #4FAAA4; }
a { background-color: rgb(79,170,164); }
div.DivClassName
{
background-color: #4FAAA4;
}
.BgClassName
{
background-color: #4FAAA4;
}
</style>
border-color css
<style>
span { border-color: #4FAAA4; }
span { border-color: rgb(79,170,164); }
td.TdClassName
{
border-color: #4FAAA4;
}
.TagClassName
{
border-color: #4FAAA4;
}
</style>