Shades of Cadet Blue #4FA097
Tints of Cadet Blue #4FA097
RGB
CMYK
RGB Variations
Color information
#4FA097 (or 0x4FA097) is known color: Cadet Blue. HEX triplet: 4F, A0 and 97. RGB value is (79,160,151). Sum of RGB (Red+Green+Blue) = 79+160+151=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA097 is #B05F68. Grayscale: #868686. Windows color (decimal): -11558761 or 9936975. OLE color: 9936975.
HSL color Cylindrical-coordinate representation of color #4FA097: hue angle of 173.33º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA097 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 151 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.37 |
| HSL | 173.33º | 0.34% | 0.47% | - |
| HSV(B) | 173.33º | 0.51% | 0.63% | - |
| XYZ | 21.38 | 29.04 | 33.76 | - |
| YUV | 134.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 151 | 0.51 | 0 | 0.06 | 0.37 | 173.33 | 0.34 | 0.47 |
| Hex | 4F | A0 | 97 | 33 | 0 | 6 | 25 | AD | 22 | 2F |
| Octal | 117 | 240 | 227 | 63 | 0 | 6 | 45 | 255 | 42 | 57 |
| Binary | 1001111 | 10100000 | 10010111 | 110011 | 0 | 110 | 100101 | 10101101 | 100010 | 101111 |
Color Harmonies of #4FA097
Complementary color
Monochromatic Colors of #4FA097
Black with #4FA097
Text Example
Text Example
White with #4FA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA097; }
p { color: rgb(79,160,151); }
H1.HeaderClassName
{
color: #4FA097;
}
.AnyTagClassName
{
color: #4FA097;
}
</style>
background-color css
<style>
a { background-color: #4FA097; }
a { background-color: rgb(79,160,151); }
div.DivClassName
{
background-color: #4FA097;
}
.BgClassName
{
background-color: #4FA097;
}
</style>
border-color css
<style>
span { border-color: #4FA097; }
span { border-color: rgb(79,160,151); }
td.TdClassName
{
border-color: #4FA097;
}
.TagClassName
{
border-color: #4FA097;
}
</style>