Shades of Puerto Rico #4FBCB0
Tints of Puerto Rico #4FBCB0
RGB
CMYK
RGB Variations
Color information
#4FBCB0 (or 0x4FBCB0) is known color: Puerto Rico. HEX triplet: 4F, BC and B0. RGB value is (79,188,176). Sum of RGB (Red+Green+Blue) = 79+188+176=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBCB0 is #B0434F. Grayscale: #999999. Windows color (decimal): -11551568 or 11582543. OLE color: 11582543.
HSL color Cylindrical-coordinate representation of color #4FBCB0: hue angle of 173.39º 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 #4FBCB0 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 176 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.26 |
| HSL | 173.39º | 0.45% | 0.52% | - |
| HSV(B) | 173.39º | 0.58% | 0.74% | - |
| XYZ | 29.04 | 40.76 | 47.41 | - |
| YUV | 154.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 176 | 0.58 | 0 | 0.06 | 0.26 | 173.39 | 0.45 | 0.52 |
| Hex | 4F | BC | B0 | 3A | 0 | 6 | 1A | AD | 2D | 34 |
| Octal | 117 | 274 | 260 | 72 | 0 | 6 | 32 | 255 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10110000 | 111010 | 0 | 110 | 11010 | 10101101 | 101101 | 110100 |
Color Harmonies of #4FBCB0
Complementary color
Monochromatic Colors of #4FBCB0
Black with #4FBCB0
Text Example
Text Example
White with #4FBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCB0; }
p { color: rgb(79,188,176); }
H1.HeaderClassName
{
color: #4FBCB0;
}
.AnyTagClassName
{
color: #4FBCB0;
}
</style>
background-color css
<style>
a { background-color: #4FBCB0; }
a { background-color: rgb(79,188,176); }
div.DivClassName
{
background-color: #4FBCB0;
}
.BgClassName
{
background-color: #4FBCB0;
}
</style>
border-color css
<style>
span { border-color: #4FBCB0; }
span { border-color: rgb(79,188,176); }
td.TdClassName
{
border-color: #4FBCB0;
}
.TagClassName
{
border-color: #4FBCB0;
}
</style>