Shades of Puerto Rico #4FBA97
Tints of Puerto Rico #4FBA97
RGB
CMYK
RGB Variations
Color information
#4FBA97 (or 0x4FBA97) is known color: Puerto Rico. HEX triplet: 4F, BA and 97. RGB value is (79,186,151). Sum of RGB (Red+Green+Blue) = 79+186+151=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA97 is #B04568. Grayscale: #969696. Windows color (decimal): -11552105 or 9943631. OLE color: 9943631.
HSL color Cylindrical-coordinate representation of color #4FBA97: hue angle of 160.37º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA97 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 151 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.27 |
| HSL | 160.37º | 0.44% | 0.52% | - |
| HSV(B) | 160.37º | 0.58% | 0.73% | - |
| XYZ | 26.37 | 39.01 | 35.42 | - |
| YUV | 150.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 151 | 0.58 | 0 | 0.19 | 0.27 | 160.37 | 0.44 | 0.52 |
| Hex | 4F | BA | 97 | 3A | 0 | 13 | 1B | A0 | 2C | 34 |
| Octal | 117 | 272 | 227 | 72 | 0 | 23 | 33 | 240 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10010111 | 111010 | 0 | 10011 | 11011 | 10100000 | 101100 | 110100 |
Color Harmonies of #4FBA97
Complementary color
Monochromatic Colors of #4FBA97
Black with #4FBA97
Text Example
Text Example
White with #4FBA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA97; }
p { color: rgb(79,186,151); }
H1.HeaderClassName
{
color: #4FBA97;
}
.AnyTagClassName
{
color: #4FBA97;
}
</style>
background-color css
<style>
a { background-color: #4FBA97; }
a { background-color: rgb(79,186,151); }
div.DivClassName
{
background-color: #4FBA97;
}
.BgClassName
{
background-color: #4FBA97;
}
</style>
border-color css
<style>
span { border-color: #4FBA97; }
span { border-color: rgb(79,186,151); }
td.TdClassName
{
border-color: #4FBA97;
}
.TagClassName
{
border-color: #4FBA97;
}
</style>