Shades of Puerto Rico #4FBC99
Tints of Puerto Rico #4FBC99
RGB
CMYK
RGB Variations
Color information
#4FBC99 (or 0x4FBC99) is known color: Puerto Rico. HEX triplet: 4F, BC and 99. RGB value is (79,188,153). Sum of RGB (Red+Green+Blue) = 79+188+153=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC99 is #B04366. Grayscale: #979797. Windows color (decimal): -11551591 or 10075215. OLE color: 10075215.
HSL color Cylindrical-coordinate representation of color #4FBC99: hue angle of 160.73º 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 #4FBC99 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 153 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.26 |
| HSL | 160.73º | 0.45% | 0.52% | - |
| HSV(B) | 160.73º | 0.58% | 0.74% | - |
| XYZ | 26.96 | 39.93 | 36.42 | - |
| YUV | 151.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 153 | 0.58 | 0 | 0.19 | 0.26 | 160.73 | 0.45 | 0.52 |
| Hex | 4F | BC | 99 | 3A | 0 | 13 | 1A | A1 | 2D | 34 |
| Octal | 117 | 274 | 231 | 72 | 0 | 23 | 32 | 241 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10011001 | 111010 | 0 | 10011 | 11010 | 10100001 | 101101 | 110100 |
Color Harmonies of #4FBC99
Complementary color
Monochromatic Colors of #4FBC99
Black with #4FBC99
Text Example
Text Example
White with #4FBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC99; }
p { color: rgb(79,188,153); }
H1.HeaderClassName
{
color: #4FBC99;
}
.AnyTagClassName
{
color: #4FBC99;
}
</style>
background-color css
<style>
a { background-color: #4FBC99; }
a { background-color: rgb(79,188,153); }
div.DivClassName
{
background-color: #4FBC99;
}
.BgClassName
{
background-color: #4FBC99;
}
</style>
border-color css
<style>
span { border-color: #4FBC99; }
span { border-color: rgb(79,188,153); }
td.TdClassName
{
border-color: #4FBC99;
}
.TagClassName
{
border-color: #4FBC99;
}
</style>