Shades of Puerto Rico #4FC19B
Tints of Puerto Rico #4FC19B
RGB
CMYK
RGB Variations
Color information
#4FC19B (or 0x4FC19B) is known color: Puerto Rico. HEX triplet: 4F, C1 and 9B. RGB value is (79,193,155). Sum of RGB (Red+Green+Blue) = 79+193+155=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC19B is #B03E64. Grayscale: #9A9A9A. Windows color (decimal): -11550309 or 10207567. OLE color: 10207567.
HSL color Cylindrical-coordinate representation of color #4FC19B: hue angle of 160º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC19B is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 193 | 155 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.24 |
| HSL | 160º | 0.48% | 0.53% | - |
| HSV(B) | 160º | 0.59% | 0.76% | - |
| XYZ | 28.21 | 42.17 | 37.66 | - |
| YUV | 154.58 | 128.23 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 155 | 0.59 | 0 | 0.20 | 0.24 | 160 | 0.48 | 0.53 |
| Hex | 4F | C1 | 9B | 3B | 0 | 14 | 18 | A0 | 30 | 35 |
| Octal | 117 | 301 | 233 | 73 | 0 | 24 | 30 | 240 | 60 | 65 |
| Binary | 1001111 | 11000001 | 10011011 | 111011 | 0 | 10100 | 11000 | 10100000 | 110000 | 110101 |
Color Harmonies of #4FC19B
Complementary color
Monochromatic Colors of #4FC19B
Black with #4FC19B
Text Example
Text Example
White with #4FC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC19B; }
p { color: rgb(79,193,155); }
H1.HeaderClassName
{
color: #4FC19B;
}
.AnyTagClassName
{
color: #4FC19B;
}
</style>
background-color css
<style>
a { background-color: #4FC19B; }
a { background-color: rgb(79,193,155); }
div.DivClassName
{
background-color: #4FC19B;
}
.BgClassName
{
background-color: #4FC19B;
}
</style>
border-color css
<style>
span { border-color: #4FC19B; }
span { border-color: rgb(79,193,155); }
td.TdClassName
{
border-color: #4FC19B;
}
.TagClassName
{
border-color: #4FC19B;
}
</style>