Shades of Puerto Rico #4FBC9F
Tints of Puerto Rico #4FBC9F
RGB
CMYK
RGB Variations
Color information
#4FBC9F (or 0x4FBC9F) is known color: Puerto Rico. HEX triplet: 4F, BC and 9F. RGB value is (79,188,159). Sum of RGB (Red+Green+Blue) = 79+188+159=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC9F is #B04360. Grayscale: #989898. Windows color (decimal): -11551585 or 10468431. OLE color: 10468431.
HSL color Cylindrical-coordinate representation of color #4FBC9F: hue angle of 164.04º 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 #4FBC9F is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 159 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.26 |
| HSL | 164.04º | 0.45% | 0.52% | - |
| HSV(B) | 164.04º | 0.58% | 0.74% | - |
| XYZ | 27.47 | 40.13 | 39.1 | - |
| YUV | 152.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 159 | 0.58 | 0 | 0.15 | 0.26 | 164.04 | 0.45 | 0.52 |
| Hex | 4F | BC | 9F | 3A | 0 | F | 1A | A4 | 2D | 34 |
| Octal | 117 | 274 | 237 | 72 | 0 | 17 | 32 | 244 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10011111 | 111010 | 0 | 1111 | 11010 | 10100100 | 101101 | 110100 |
Color Harmonies of #4FBC9F
Complementary color
Monochromatic Colors of #4FBC9F
Black with #4FBC9F
Text Example
Text Example
White with #4FBC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC9F; }
p { color: rgb(79,188,159); }
H1.HeaderClassName
{
color: #4FBC9F;
}
.AnyTagClassName
{
color: #4FBC9F;
}
</style>
background-color css
<style>
a { background-color: #4FBC9F; }
a { background-color: rgb(79,188,159); }
div.DivClassName
{
background-color: #4FBC9F;
}
.BgClassName
{
background-color: #4FBC9F;
}
</style>
border-color css
<style>
span { border-color: #4FBC9F; }
span { border-color: rgb(79,188,159); }
td.TdClassName
{
border-color: #4FBC9F;
}
.TagClassName
{
border-color: #4FBC9F;
}
</style>