Shades of Puerto Rico #4FBBAF
Tints of Puerto Rico #4FBBAF
RGB
CMYK
RGB Variations
Color information
#4FBBAF (or 0x4FBBAF) is known color: Puerto Rico. HEX triplet: 4F, BB and AF. RGB value is (79,187,175). Sum of RGB (Red+Green+Blue) = 79+187+175=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBBAF is #B04450. Grayscale: #999999. Windows color (decimal): -11551825 or 11516751. OLE color: 11516751.
HSL color Cylindrical-coordinate representation of color #4FBBAF: hue angle of 173.33º 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 #4FBBAF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 187 | 175 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.27 |
| HSL | 173.33º | 0.44% | 0.52% | - |
| HSV(B) | 173.33º | 0.58% | 0.73% | - |
| XYZ | 28.73 | 40.3 | 46.82 | - |
| YUV | 153.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 187 | 175 | 0.58 | 0 | 0.06 | 0.27 | 173.33 | 0.44 | 0.52 |
| Hex | 4F | BB | AF | 3A | 0 | 6 | 1B | AD | 2C | 34 |
| Octal | 117 | 273 | 257 | 72 | 0 | 6 | 33 | 255 | 54 | 64 |
| Binary | 1001111 | 10111011 | 10101111 | 111010 | 0 | 110 | 11011 | 10101101 | 101100 | 110100 |
Color Harmonies of #4FBBAF
Complementary color
Monochromatic Colors of #4FBBAF
Black with #4FBBAF
Text Example
Text Example
White with #4FBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBBAF; }
p { color: rgb(79,187,175); }
H1.HeaderClassName
{
color: #4FBBAF;
}
.AnyTagClassName
{
color: #4FBBAF;
}
</style>
background-color css
<style>
a { background-color: #4FBBAF; }
a { background-color: rgb(79,187,175); }
div.DivClassName
{
background-color: #4FBBAF;
}
.BgClassName
{
background-color: #4FBBAF;
}
</style>
border-color css
<style>
span { border-color: #4FBBAF; }
span { border-color: rgb(79,187,175); }
td.TdClassName
{
border-color: #4FBBAF;
}
.TagClassName
{
border-color: #4FBBAF;
}
</style>