Shades of Puerto Rico #4FBBAA
Tints of Puerto Rico #4FBBAA
RGB
CMYK
RGB Variations
Color information
#4FBBAA (or 0x4FBBAA) is known color: Puerto Rico. HEX triplet: 4F, BB and AA. RGB value is (79,187,170). Sum of RGB (Red+Green+Blue) = 79+187+170=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBBAA is #B04455. Grayscale: #989898. Windows color (decimal): -11551830 or 11189071. OLE color: 11189071.
HSL color Cylindrical-coordinate representation of color #4FBBAA: hue angle of 170.56º 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 #4FBBAA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 187 | 170 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.27 |
| HSL | 170.56º | 0.44% | 0.52% | - |
| HSV(B) | 170.56º | 0.58% | 0.73% | - |
| XYZ | 28.25 | 40.11 | 44.28 | - |
| YUV | 152.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 187 | 170 | 0.58 | 0 | 0.09 | 0.27 | 170.56 | 0.44 | 0.52 |
| Hex | 4F | BB | AA | 3A | 0 | 9 | 1B | AB | 2C | 34 |
| Octal | 117 | 273 | 252 | 72 | 0 | 11 | 33 | 253 | 54 | 64 |
| Binary | 1001111 | 10111011 | 10101010 | 111010 | 0 | 1001 | 11011 | 10101011 | 101100 | 110100 |
Color Harmonies of #4FBBAA
Complementary color
Monochromatic Colors of #4FBBAA
Black with #4FBBAA
Text Example
Text Example
White with #4FBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBBAA; }
p { color: rgb(79,187,170); }
H1.HeaderClassName
{
color: #4FBBAA;
}
.AnyTagClassName
{
color: #4FBBAA;
}
</style>
background-color css
<style>
a { background-color: #4FBBAA; }
a { background-color: rgb(79,187,170); }
div.DivClassName
{
background-color: #4FBBAA;
}
.BgClassName
{
background-color: #4FBBAA;
}
</style>
border-color css
<style>
span { border-color: #4FBBAA; }
span { border-color: rgb(79,187,170); }
td.TdClassName
{
border-color: #4FBBAA;
}
.TagClassName
{
border-color: #4FBBAA;
}
</style>