Shades of Cadet Blue #4FACA9
Tints of Cadet Blue #4FACA9
RGB
CMYK
RGB Variations
Color information
#4FACA9 (or 0x4FACA9) is known color: Cadet Blue. HEX triplet: 4F, AC and A9. RGB value is (79,172,169). Sum of RGB (Red+Green+Blue) = 79+172+169=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #4FACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FACA9 is #B05356. Grayscale: #8F8F8F. Windows color (decimal): -11555671 or 11119695. OLE color: 11119695.
HSL color Cylindrical-coordinate representation of color #4FACA9: hue angle of 178.06º 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 #4FACA9 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 169 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.33 |
| HSL | 178.06º | 0.37% | 0.49% | - |
| HSV(B) | 178.06º | 0.54% | 0.67% | - |
| XYZ | 25.14 | 34.03 | 42.78 | - |
| YUV | 143.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 169 | 0.54 | 0 | 0.02 | 0.33 | 178.06 | 0.37 | 0.49 |
| Hex | 4F | AC | A9 | 36 | 0 | 2 | 21 | B2 | 25 | 31 |
| Octal | 117 | 254 | 251 | 66 | 0 | 2 | 41 | 262 | 45 | 61 |
| Binary | 1001111 | 10101100 | 10101001 | 110110 | 0 | 10 | 100001 | 10110010 | 100101 | 110001 |
Color Harmonies of #4FACA9
Complementary color
Monochromatic Colors of #4FACA9
Black with #4FACA9
Text Example
Text Example
White with #4FACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACA9; }
p { color: rgb(79,172,169); }
H1.HeaderClassName
{
color: #4FACA9;
}
.AnyTagClassName
{
color: #4FACA9;
}
</style>
background-color css
<style>
a { background-color: #4FACA9; }
a { background-color: rgb(79,172,169); }
div.DivClassName
{
background-color: #4FACA9;
}
.BgClassName
{
background-color: #4FACA9;
}
</style>
border-color css
<style>
span { border-color: #4FACA9; }
span { border-color: rgb(79,172,169); }
td.TdClassName
{
border-color: #4FACA9;
}
.TagClassName
{
border-color: #4FACA9;
}
</style>