Shades of Cadet Blue #4FAAA3
Tints of Cadet Blue #4FAAA3
RGB
CMYK
RGB Variations
Color information
#4FAAA3 (or 0x4FAAA3) is known color: Cadet Blue. HEX triplet: 4F, AA and A3. RGB value is (79,170,163). Sum of RGB (Red+Green+Blue) = 79+170+163=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA3 is #B0555C. Grayscale: #8D8D8D. Windows color (decimal): -11556189 or 10725967. OLE color: 10725967.
HSL color Cylindrical-coordinate representation of color #4FAAA3: hue angle of 175.38º 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 #4FAAA3 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 163 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.33 |
| HSL | 175.38º | 0.37% | 0.49% | - |
| HSV(B) | 175.38º | 0.54% | 0.67% | - |
| XYZ | 24.21 | 33.06 | 39.75 | - |
| YUV | 141.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 163 | 0.54 | 0 | 0.04 | 0.33 | 175.38 | 0.37 | 0.49 |
| Hex | 4F | AA | A3 | 36 | 0 | 4 | 21 | AF | 25 | 31 |
| Octal | 117 | 252 | 243 | 66 | 0 | 4 | 41 | 257 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10100011 | 110110 | 0 | 100 | 100001 | 10101111 | 100101 | 110001 |
Color Harmonies of #4FAAA3
Complementary color
Monochromatic Colors of #4FAAA3
Black with #4FAAA3
Text Example
Text Example
White with #4FAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAA3; }
p { color: rgb(79,170,163); }
H1.HeaderClassName
{
color: #4FAAA3;
}
.AnyTagClassName
{
color: #4FAAA3;
}
</style>
background-color css
<style>
a { background-color: #4FAAA3; }
a { background-color: rgb(79,170,163); }
div.DivClassName
{
background-color: #4FAAA3;
}
.BgClassName
{
background-color: #4FAAA3;
}
</style>
border-color css
<style>
span { border-color: #4FAAA3; }
span { border-color: rgb(79,170,163); }
td.TdClassName
{
border-color: #4FAAA3;
}
.TagClassName
{
border-color: #4FAAA3;
}
</style>