Shades of Puerto Rico #4FC6A6
Tints of Puerto Rico #4FC6A6
RGB
CMYK
RGB Variations
Color information
#4FC6A6 (or 0x4FC6A6) is known color: Puerto Rico. HEX triplet: 4F, C6 and A6. RGB value is (79,198,166). Sum of RGB (Red+Green+Blue) = 79+198+166=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #4FC6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC6A6 is #B03959. Grayscale: #9E9E9E. Windows color (decimal): -11549018 or 10929743. OLE color: 10929743.
HSL color Cylindrical-coordinate representation of color #4FC6A6: hue angle of 163.87º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC6A6 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 198 | 166 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.22 |
| HSL | 163.87º | 0.51% | 0.54% | - |
| HSV(B) | 163.87º | 0.6% | 0.78% | - |
| XYZ | 30.3 | 44.8 | 43.13 | - |
| YUV | 158.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 198 | 166 | 0.60 | 0 | 0.16 | 0.22 | 163.87 | 0.51 | 0.54 |
| Hex | 4F | C6 | A6 | 3C | 0 | 10 | 16 | A4 | 33 | 36 |
| Octal | 117 | 306 | 246 | 74 | 0 | 20 | 26 | 244 | 63 | 66 |
| Binary | 1001111 | 11000110 | 10100110 | 111100 | 0 | 10000 | 10110 | 10100100 | 110011 | 110110 |
Color Harmonies of #4FC6A6
Complementary color
Monochromatic Colors of #4FC6A6
Black with #4FC6A6
Text Example
Text Example
White with #4FC6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC6A6; }
p { color: rgb(79,198,166); }
H1.HeaderClassName
{
color: #4FC6A6;
}
.AnyTagClassName
{
color: #4FC6A6;
}
</style>
background-color css
<style>
a { background-color: #4FC6A6; }
a { background-color: rgb(79,198,166); }
div.DivClassName
{
background-color: #4FC6A6;
}
.BgClassName
{
background-color: #4FC6A6;
}
</style>
border-color css
<style>
span { border-color: #4FC6A6; }
span { border-color: rgb(79,198,166); }
td.TdClassName
{
border-color: #4FC6A6;
}
.TagClassName
{
border-color: #4FC6A6;
}
</style>