Shades of Puerto Rico #4FC5A6
Tints of Puerto Rico #4FC5A6
RGB
CMYK
RGB Variations
Color information
#4FC5A6 (or 0x4FC5A6) is known color: Puerto Rico. HEX triplet: 4F, C5 and A6. RGB value is (79,197,166). Sum of RGB (Red+Green+Blue) = 79+197+166=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC5A6 is #B03A59. Grayscale: #9E9E9E. Windows color (decimal): -11549274 or 10929487. OLE color: 10929487.
HSL color Cylindrical-coordinate representation of color #4FC5A6: hue angle of 164.24º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC5A6 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 166 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.23 |
| HSL | 164.24º | 0.5% | 0.54% | - |
| HSV(B) | 164.24º | 0.6% | 0.77% | - |
| XYZ | 30.07 | 44.35 | 43.05 | - |
| YUV | 158.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 166 | 0.60 | 0 | 0.16 | 0.23 | 164.24 | 0.5 | 0.54 |
| Hex | 4F | C5 | A6 | 3C | 0 | 10 | 17 | A4 | 32 | 36 |
| Octal | 117 | 305 | 246 | 74 | 0 | 20 | 27 | 244 | 62 | 66 |
| Binary | 1001111 | 11000101 | 10100110 | 111100 | 0 | 10000 | 10111 | 10100100 | 110010 | 110110 |
Color Harmonies of #4FC5A6
Complementary color
Monochromatic Colors of #4FC5A6
Black with #4FC5A6
Text Example
Text Example
White with #4FC5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC5A6; }
p { color: rgb(79,197,166); }
H1.HeaderClassName
{
color: #4FC5A6;
}
.AnyTagClassName
{
color: #4FC5A6;
}
</style>
background-color css
<style>
a { background-color: #4FC5A6; }
a { background-color: rgb(79,197,166); }
div.DivClassName
{
background-color: #4FC5A6;
}
.BgClassName
{
background-color: #4FC5A6;
}
</style>
border-color css
<style>
span { border-color: #4FC5A6; }
span { border-color: rgb(79,197,166); }
td.TdClassName
{
border-color: #4FC5A6;
}
.TagClassName
{
border-color: #4FC5A6;
}
</style>