Shades of Puerto Rico #4FBCA1
Tints of Puerto Rico #4FBCA1
RGB
CMYK
RGB Variations
Color information
#4FBCA1 (or 0x4FBCA1) is known color: Puerto Rico. HEX triplet: 4F, BC and A1. RGB value is (79,188,161). Sum of RGB (Red+Green+Blue) = 79+188+161=428 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.46% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBCA1 is #B0435E. Grayscale: #989898. Windows color (decimal): -11551583 or 10599503. OLE color: 10599503.
HSL color Cylindrical-coordinate representation of color #4FBCA1: hue angle of 165.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBCA1 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 161 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.26 |
| HSL | 165.14º | 0.45% | 0.52% | - |
| HSV(B) | 165.14º | 0.58% | 0.74% | - |
| XYZ | 27.64 | 40.2 | 40.02 | - |
| YUV | 152.33 | 132.89 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 161 | 0.58 | 0 | 0.14 | 0.26 | 165.14 | 0.45 | 0.52 |
| Hex | 4F | BC | A1 | 3A | 0 | E | 1A | A5 | 2D | 34 |
| Octal | 117 | 274 | 241 | 72 | 0 | 16 | 32 | 245 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10100001 | 111010 | 0 | 1110 | 11010 | 10100101 | 101101 | 110100 |
Color Harmonies of #4FBCA1
Complementary color
Monochromatic Colors of #4FBCA1
Black with #4FBCA1
Text Example
Text Example
White with #4FBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCA1; }
p { color: rgb(79,188,161); }
H1.HeaderClassName
{
color: #4FBCA1;
}
.AnyTagClassName
{
color: #4FBCA1;
}
</style>
background-color css
<style>
a { background-color: #4FBCA1; }
a { background-color: rgb(79,188,161); }
div.DivClassName
{
background-color: #4FBCA1;
}
.BgClassName
{
background-color: #4FBCA1;
}
</style>
border-color css
<style>
span { border-color: #4FBCA1; }
span { border-color: rgb(79,188,161); }
td.TdClassName
{
border-color: #4FBCA1;
}
.TagClassName
{
border-color: #4FBCA1;
}
</style>