Shades of Cadet Blue #4FA399
Tints of Cadet Blue #4FA399
RGB
CMYK
RGB Variations
Color information
#4FA399 (or 0x4FA399) is known color: Cadet Blue. HEX triplet: 4F, A3 and 99. RGB value is (79,163,153). Sum of RGB (Red+Green+Blue) = 79+163+153=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA399 is #B05C66. Grayscale: #888888. Windows color (decimal): -11557991 or 10068815. OLE color: 10068815.
HSL color Cylindrical-coordinate representation of color #4FA399: hue angle of 172.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA399 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 153 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.36 |
| HSL | 172.86º | 0.35% | 0.47% | - |
| HSV(B) | 172.86º | 0.52% | 0.64% | - |
| XYZ | 22.07 | 30.16 | 34.79 | - |
| YUV | 136.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 153 | 0.52 | 0 | 0.06 | 0.36 | 172.86 | 0.35 | 0.47 |
| Hex | 4F | A3 | 99 | 34 | 0 | 6 | 24 | AD | 23 | 2F |
| Octal | 117 | 243 | 231 | 64 | 0 | 6 | 44 | 255 | 43 | 57 |
| Binary | 1001111 | 10100011 | 10011001 | 110100 | 0 | 110 | 100100 | 10101101 | 100011 | 101111 |
Color Harmonies of #4FA399
Complementary color
Monochromatic Colors of #4FA399
Black with #4FA399
Text Example
Text Example
White with #4FA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA399; }
p { color: rgb(79,163,153); }
H1.HeaderClassName
{
color: #4FA399;
}
.AnyTagClassName
{
color: #4FA399;
}
</style>
background-color css
<style>
a { background-color: #4FA399; }
a { background-color: rgb(79,163,153); }
div.DivClassName
{
background-color: #4FA399;
}
.BgClassName
{
background-color: #4FA399;
}
</style>
border-color css
<style>
span { border-color: #4FA399; }
span { border-color: rgb(79,163,153); }
td.TdClassName
{
border-color: #4FA399;
}
.TagClassName
{
border-color: #4FA399;
}
</style>