Shades of Puerto Rico #4FBAB0
Tints of Puerto Rico #4FBAB0
RGB
CMYK
RGB Variations
Color information
#4FBAB0 (or 0x4FBAB0) is known color: Puerto Rico. HEX triplet: 4F, BA and B0. RGB value is (79,186,176). Sum of RGB (Red+Green+Blue) = 79+186+176=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBAB0 is #B0454F. Grayscale: #989898. Windows color (decimal): -11552080 or 11582031. OLE color: 11582031.
HSL color Cylindrical-coordinate representation of color #4FBAB0: hue angle of 174.39º 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 #4FBAB0 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 176 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.27 |
| HSL | 174.39º | 0.44% | 0.52% | - |
| HSV(B) | 174.39º | 0.58% | 0.73% | - |
| XYZ | 28.62 | 39.91 | 47.27 | - |
| YUV | 152.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 176 | 0.58 | 0 | 0.05 | 0.27 | 174.39 | 0.44 | 0.52 |
| Hex | 4F | BA | B0 | 3A | 0 | 5 | 1B | AE | 2C | 34 |
| Octal | 117 | 272 | 260 | 72 | 0 | 5 | 33 | 256 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10110000 | 111010 | 0 | 101 | 11011 | 10101110 | 101100 | 110100 |
Color Harmonies of #4FBAB0
Complementary color
Monochromatic Colors of #4FBAB0
Black with #4FBAB0
Text Example
Text Example
White with #4FBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBAB0; }
p { color: rgb(79,186,176); }
H1.HeaderClassName
{
color: #4FBAB0;
}
.AnyTagClassName
{
color: #4FBAB0;
}
</style>
background-color css
<style>
a { background-color: #4FBAB0; }
a { background-color: rgb(79,186,176); }
div.DivClassName
{
background-color: #4FBAB0;
}
.BgClassName
{
background-color: #4FBAB0;
}
</style>
border-color css
<style>
span { border-color: #4FBAB0; }
span { border-color: rgb(79,186,176); }
td.TdClassName
{
border-color: #4FBAB0;
}
.TagClassName
{
border-color: #4FBAB0;
}
</style>