Shades of Puerto Rico #4FCAB1
Tints of Puerto Rico #4FCAB1
RGB
CMYK
RGB Variations
Color information
#4FCAB1 (or 0x4FCAB1) is known color: Puerto Rico. HEX triplet: 4F, CA and B1. RGB value is (79,202,177). Sum of RGB (Red+Green+Blue) = 79+202+177=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCAB1 is #B0354E. Grayscale: #A2A2A2. Windows color (decimal): -11547983 or 11651663. OLE color: 11651663.
HSL color Cylindrical-coordinate representation of color #4FCAB1: hue angle of 167.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCAB1 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 202 | 177 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.21 |
| HSL | 167.8º | 0.54% | 0.55% | - |
| HSV(B) | 167.8º | 0.61% | 0.79% | - |
| XYZ | 32.28 | 47.08 | 48.98 | - |
| YUV | 162.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 177 | 0.61 | 0 | 0.12 | 0.21 | 167.8 | 0.54 | 0.55 |
| Hex | 4F | CA | B1 | 3D | 0 | C | 15 | A8 | 36 | 37 |
| Octal | 117 | 312 | 261 | 75 | 0 | 14 | 25 | 250 | 66 | 67 |
| Binary | 1001111 | 11001010 | 10110001 | 111101 | 0 | 1100 | 10101 | 10101000 | 110110 | 110111 |
Color Harmonies of #4FCAB1
Complementary color
Monochromatic Colors of #4FCAB1
Black with #4FCAB1
Text Example
Text Example
White with #4FCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAB1; }
p { color: rgb(79,202,177); }
H1.HeaderClassName
{
color: #4FCAB1;
}
.AnyTagClassName
{
color: #4FCAB1;
}
</style>
background-color css
<style>
a { background-color: #4FCAB1; }
a { background-color: rgb(79,202,177); }
div.DivClassName
{
background-color: #4FCAB1;
}
.BgClassName
{
background-color: #4FCAB1;
}
</style>
border-color css
<style>
span { border-color: #4FCAB1; }
span { border-color: rgb(79,202,177); }
td.TdClassName
{
border-color: #4FCAB1;
}
.TagClassName
{
border-color: #4FCAB1;
}
</style>