Shades of Puerto Rico #4FC49C
Tints of Puerto Rico #4FC49C
RGB
CMYK
RGB Variations
Color information
#4FC49C (or 0x4FC49C) is known color: Puerto Rico. HEX triplet: 4F, C4 and 9C. RGB value is (79,196,156). Sum of RGB (Red+Green+Blue) = 79+196+156=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #4FC49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC49C is #B03B63. Grayscale: #9C9C9C. Windows color (decimal): -11549540 or 10273871. OLE color: 10273871.
HSL color Cylindrical-coordinate representation of color #4FC49C: hue angle of 159.49º 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 #4FC49C is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 196 | 156 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.23 |
| HSL | 159.49º | 0.5% | 0.54% | - |
| HSV(B) | 159.49º | 0.6% | 0.77% | - |
| XYZ | 28.97 | 43.54 | 38.33 | - |
| YUV | 156.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 196 | 156 | 0.60 | 0 | 0.20 | 0.23 | 159.49 | 0.5 | 0.54 |
| Hex | 4F | C4 | 9C | 3C | 0 | 14 | 17 | 9F | 32 | 36 |
| Octal | 117 | 304 | 234 | 74 | 0 | 24 | 27 | 237 | 62 | 66 |
| Binary | 1001111 | 11000100 | 10011100 | 111100 | 0 | 10100 | 10111 | 10011111 | 110010 | 110110 |
Color Harmonies of #4FC49C
Complementary color
Monochromatic Colors of #4FC49C
Black with #4FC49C
Text Example
Text Example
White with #4FC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC49C; }
p { color: rgb(79,196,156); }
H1.HeaderClassName
{
color: #4FC49C;
}
.AnyTagClassName
{
color: #4FC49C;
}
</style>
background-color css
<style>
a { background-color: #4FC49C; }
a { background-color: rgb(79,196,156); }
div.DivClassName
{
background-color: #4FC49C;
}
.BgClassName
{
background-color: #4FC49C;
}
</style>
border-color css
<style>
span { border-color: #4FC49C; }
span { border-color: rgb(79,196,156); }
td.TdClassName
{
border-color: #4FC49C;
}
.TagClassName
{
border-color: #4FC49C;
}
</style>