Shades of Cadet Blue #4FACAA
Tints of Cadet Blue #4FACAA
RGB
CMYK
RGB Variations
Color information
#4FACAA (or 0x4FACAA) is known color: Cadet Blue. HEX triplet: 4F, AC and AA. RGB value is (79,172,170). Sum of RGB (Red+Green+Blue) = 79+172+170=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #4FACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FACAA is #B05355. Grayscale: #8F8F8F. Windows color (decimal): -11555670 or 11185231. OLE color: 11185231.
HSL color Cylindrical-coordinate representation of color #4FACAA: hue angle of 178.71º 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 #4FACAA is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 170 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.33 |
| HSL | 178.71º | 0.37% | 0.49% | - |
| HSV(B) | 178.71º | 0.54% | 0.67% | - |
| XYZ | 25.23 | 34.07 | 43.28 | - |
| YUV | 143.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 170 | 0.54 | 0 | 0.01 | 0.33 | 178.71 | 0.37 | 0.49 |
| Hex | 4F | AC | AA | 36 | 0 | 1 | 21 | B3 | 25 | 31 |
| Octal | 117 | 254 | 252 | 66 | 0 | 1 | 41 | 263 | 45 | 61 |
| Binary | 1001111 | 10101100 | 10101010 | 110110 | 0 | 1 | 100001 | 10110011 | 100101 | 110001 |
Color Harmonies of #4FACAA
Complementary color
Monochromatic Colors of #4FACAA
Black with #4FACAA
Text Example
Text Example
White with #4FACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACAA; }
p { color: rgb(79,172,170); }
H1.HeaderClassName
{
color: #4FACAA;
}
.AnyTagClassName
{
color: #4FACAA;
}
</style>
background-color css
<style>
a { background-color: #4FACAA; }
a { background-color: rgb(79,172,170); }
div.DivClassName
{
background-color: #4FACAA;
}
.BgClassName
{
background-color: #4FACAA;
}
</style>
border-color css
<style>
span { border-color: #4FACAA; }
span { border-color: rgb(79,172,170); }
td.TdClassName
{
border-color: #4FACAA;
}
.TagClassName
{
border-color: #4FACAA;
}
</style>