Shades of Puerto Rico #4FBCAB
Tints of Puerto Rico #4FBCAB
RGB
CMYK
RGB Variations
Color information
#4FBCAB (or 0x4FBCAB) is known color: Puerto Rico. HEX triplet: 4F, BC and AB. RGB value is (79,188,171). Sum of RGB (Red+Green+Blue) = 79+188+171=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBCAB is #B04354. Grayscale: #999999. Windows color (decimal): -11551573 or 11254863. OLE color: 11254863.
HSL color Cylindrical-coordinate representation of color #4FBCAB: hue angle of 170.64º 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 #4FBCAB is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 171 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.26 |
| HSL | 170.64º | 0.45% | 0.52% | - |
| HSV(B) | 170.64º | 0.58% | 0.74% | - |
| XYZ | 28.56 | 40.57 | 44.85 | - |
| YUV | 153.47 | 137.89 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 171 | 0.58 | 0 | 0.09 | 0.26 | 170.64 | 0.45 | 0.52 |
| Hex | 4F | BC | AB | 3A | 0 | 9 | 1A | AB | 2D | 34 |
| Octal | 117 | 274 | 253 | 72 | 0 | 11 | 32 | 253 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10101011 | 111010 | 0 | 1001 | 11010 | 10101011 | 101101 | 110100 |
Color Harmonies of #4FBCAB
Complementary color
Monochromatic Colors of #4FBCAB
Black with #4FBCAB
Text Example
Text Example
White with #4FBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCAB; }
p { color: rgb(79,188,171); }
H1.HeaderClassName
{
color: #4FBCAB;
}
.AnyTagClassName
{
color: #4FBCAB;
}
</style>
background-color css
<style>
a { background-color: #4FBCAB; }
a { background-color: rgb(79,188,171); }
div.DivClassName
{
background-color: #4FBCAB;
}
.BgClassName
{
background-color: #4FBCAB;
}
</style>
border-color css
<style>
span { border-color: #4FBCAB; }
span { border-color: rgb(79,188,171); }
td.TdClassName
{
border-color: #4FBCAB;
}
.TagClassName
{
border-color: #4FBCAB;
}
</style>