Shades of Cadet Blue #4FAAA2
Tints of Cadet Blue #4FAAA2
RGB
CMYK
RGB Variations
Color information
#4FAAA2 (or 0x4FAAA2) is known color: Cadet Blue. HEX triplet: 4F, AA and A2. RGB value is (79,170,162). Sum of RGB (Red+Green+Blue) = 79+170+162=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA2 is #B0555D. Grayscale: #8D8D8D. Windows color (decimal): -11556190 or 10660431. OLE color: 10660431.
HSL color Cylindrical-coordinate representation of color #4FAAA2: hue angle of 174.73º 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 #4FAAA2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 162 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.33 |
| HSL | 174.73º | 0.37% | 0.49% | - |
| HSV(B) | 174.73º | 0.54% | 0.67% | - |
| XYZ | 24.12 | 33.02 | 39.28 | - |
| YUV | 141.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 162 | 0.54 | 0 | 0.05 | 0.33 | 174.73 | 0.37 | 0.49 |
| Hex | 4F | AA | A2 | 36 | 0 | 5 | 21 | AF | 25 | 31 |
| Octal | 117 | 252 | 242 | 66 | 0 | 5 | 41 | 257 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10100010 | 110110 | 0 | 101 | 100001 | 10101111 | 100101 | 110001 |
Color Harmonies of #4FAAA2
Complementary color
Monochromatic Colors of #4FAAA2
Black with #4FAAA2
Text Example
Text Example
White with #4FAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAA2; }
p { color: rgb(79,170,162); }
H1.HeaderClassName
{
color: #4FAAA2;
}
.AnyTagClassName
{
color: #4FAAA2;
}
</style>
background-color css
<style>
a { background-color: #4FAAA2; }
a { background-color: rgb(79,170,162); }
div.DivClassName
{
background-color: #4FAAA2;
}
.BgClassName
{
background-color: #4FAAA2;
}
</style>
border-color css
<style>
span { border-color: #4FAAA2; }
span { border-color: rgb(79,170,162); }
td.TdClassName
{
border-color: #4FAAA2;
}
.TagClassName
{
border-color: #4FAAA2;
}
</style>