Shades of Puerto Rico #4FC09C
Tints of Puerto Rico #4FC09C
RGB
CMYK
RGB Variations
Color information
#4FC09C (or 0x4FC09C) is known color: Puerto Rico. HEX triplet: 4F, C0 and 9C. RGB value is (79,192,156). Sum of RGB (Red+Green+Blue) = 79+192+156=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC09C is #B03F63. Grayscale: #9A9A9A. Windows color (decimal): -11550564 or 10272847. OLE color: 10272847.
HSL color Cylindrical-coordinate representation of color #4FC09C: hue angle of 160.88º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC09C is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 156 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.25 |
| HSL | 160.89º | 0.47% | 0.53% | - |
| HSV(B) | 160.89º | 0.59% | 0.75% | - |
| XYZ | 28.07 | 41.76 | 38.03 | - |
| YUV | 154.11 | 129.06 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 156 | 0.59 | 0 | 0.19 | 0.25 | 160.89 | 0.47 | 0.53 |
| Hex | 4F | C0 | 9C | 3B | 0 | 13 | 19 | A1 | 2F | 35 |
| Octal | 117 | 300 | 234 | 73 | 0 | 23 | 31 | 241 | 57 | 65 |
| Binary | 1001111 | 11000000 | 10011100 | 111011 | 0 | 10011 | 11001 | 10100001 | 101111 | 110101 |
Color Harmonies of #4FC09C
Complementary color
Monochromatic Colors of #4FC09C
Black with #4FC09C
Text Example
Text Example
White with #4FC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC09C; }
p { color: rgb(79,192,156); }
H1.HeaderClassName
{
color: #4FC09C;
}
.AnyTagClassName
{
color: #4FC09C;
}
</style>
background-color css
<style>
a { background-color: #4FC09C; }
a { background-color: rgb(79,192,156); }
div.DivClassName
{
background-color: #4FC09C;
}
.BgClassName
{
background-color: #4FC09C;
}
</style>
border-color css
<style>
span { border-color: #4FC09C; }
span { border-color: rgb(79,192,156); }
td.TdClassName
{
border-color: #4FC09C;
}
.TagClassName
{
border-color: #4FC09C;
}
</style>