Shades of Puerto Rico #4FBCB6
Tints of Puerto Rico #4FBCB6
RGB
CMYK
RGB Variations
Color information
#4FBCB6 (or 0x4FBCB6) is known color: Puerto Rico. HEX triplet: 4F, BC and B6. RGB value is (79,188,182). Sum of RGB (Red+Green+Blue) = 79+188+182=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCB6 is #B04349. Grayscale: #9A9A9A. Windows color (decimal): -11551562 or 11975759. OLE color: 11975759.
HSL color Cylindrical-coordinate representation of color #4FBCB6: hue angle of 176.7º 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 #4FBCB6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 182 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.26 |
| HSL | 176.7º | 0.45% | 0.52% | - |
| HSV(B) | 176.7º | 0.58% | 0.74% | - |
| XYZ | 29.65 | 41.01 | 50.61 | - |
| YUV | 154.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 182 | 0.58 | 0 | 0.03 | 0.26 | 176.7 | 0.45 | 0.52 |
| Hex | 4F | BC | B6 | 3A | 0 | 3 | 1A | B1 | 2D | 34 |
| Octal | 117 | 274 | 266 | 72 | 0 | 3 | 32 | 261 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10110110 | 111010 | 0 | 11 | 11010 | 10110001 | 101101 | 110100 |
Color Harmonies of #4FBCB6
Complementary color
Monochromatic Colors of #4FBCB6
Black with #4FBCB6
Text Example
Text Example
White with #4FBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCB6; }
p { color: rgb(79,188,182); }
H1.HeaderClassName
{
color: #4FBCB6;
}
.AnyTagClassName
{
color: #4FBCB6;
}
</style>
background-color css
<style>
a { background-color: #4FBCB6; }
a { background-color: rgb(79,188,182); }
div.DivClassName
{
background-color: #4FBCB6;
}
.BgClassName
{
background-color: #4FBCB6;
}
</style>
border-color css
<style>
span { border-color: #4FBCB6; }
span { border-color: rgb(79,188,182); }
td.TdClassName
{
border-color: #4FBCB6;
}
.TagClassName
{
border-color: #4FBCB6;
}
</style>