Shades of Puerto Rico #4FC1B0
Tints of Puerto Rico #4FC1B0
RGB
CMYK
RGB Variations
Color information
#4FC1B0 (or 0x4FC1B0) is known color: Puerto Rico. HEX triplet: 4F, C1 and B0. RGB value is (79,193,176). Sum of RGB (Red+Green+Blue) = 79+193+176=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC1B0 is #B03E4F. Grayscale: #9C9C9C. Windows color (decimal): -11550288 or 11583823. OLE color: 11583823.
HSL color Cylindrical-coordinate representation of color #4FC1B0: hue angle of 171.05º 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 #4FC1B0 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 193 | 176 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.24 |
| HSL | 171.05º | 0.48% | 0.53% | - |
| HSV(B) | 171.05º | 0.59% | 0.76% | - |
| XYZ | 30.13 | 42.94 | 47.77 | - |
| YUV | 156.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 176 | 0.59 | 0 | 0.09 | 0.24 | 171.05 | 0.48 | 0.53 |
| Hex | 4F | C1 | B0 | 3B | 0 | 9 | 18 | AB | 30 | 35 |
| Octal | 117 | 301 | 260 | 73 | 0 | 11 | 30 | 253 | 60 | 65 |
| Binary | 1001111 | 11000001 | 10110000 | 111011 | 0 | 1001 | 11000 | 10101011 | 110000 | 110101 |
Color Harmonies of #4FC1B0
Complementary color
Monochromatic Colors of #4FC1B0
Black with #4FC1B0
Text Example
Text Example
White with #4FC1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC1B0; }
p { color: rgb(79,193,176); }
H1.HeaderClassName
{
color: #4FC1B0;
}
.AnyTagClassName
{
color: #4FC1B0;
}
</style>
background-color css
<style>
a { background-color: #4FC1B0; }
a { background-color: rgb(79,193,176); }
div.DivClassName
{
background-color: #4FC1B0;
}
.BgClassName
{
background-color: #4FC1B0;
}
</style>
border-color css
<style>
span { border-color: #4FC1B0; }
span { border-color: rgb(79,193,176); }
td.TdClassName
{
border-color: #4FC1B0;
}
.TagClassName
{
border-color: #4FC1B0;
}
</style>