Shades of Puerto Rico #47BBAF
Tints of Puerto Rico #47BBAF
RGB
CMYK
RGB Variations
Color information
#47BBAF (or 0x47BBAF) is known color: Puerto Rico. HEX triplet: 47, BB and AF. RGB value is (71,187,175). Sum of RGB (Red+Green+Blue) = 71+187+175=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BBAF is #B84450. Grayscale: #969696. Windows color (decimal): -12076113 or 11516743. OLE color: 11516743.
HSL color Cylindrical-coordinate representation of color #47BBAF: hue angle of 173.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BBAF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 175 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.27 |
| HSL | 173.79º | 0.46% | 0.51% | - |
| HSV(B) | 173.79º | 0.62% | 0.73% | - |
| XYZ | 28.11 | 39.98 | 46.79 | - |
| YUV | 150.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 175 | 0.62 | 0 | 0.06 | 0.27 | 173.79 | 0.46 | 0.51 |
| Hex | 47 | BB | AF | 3E | 0 | 6 | 1B | AE | 2E | 33 |
| Octal | 107 | 273 | 257 | 76 | 0 | 6 | 33 | 256 | 56 | 63 |
| Binary | 1000111 | 10111011 | 10101111 | 111110 | 0 | 110 | 11011 | 10101110 | 101110 | 110011 |
Color Harmonies of #47BBAF
Complementary color
Monochromatic Colors of #47BBAF
Black with #47BBAF
Text Example
Text Example
White with #47BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBAF; }
p { color: rgb(71,187,175); }
H1.HeaderClassName
{
color: #47BBAF;
}
.AnyTagClassName
{
color: #47BBAF;
}
</style>
background-color css
<style>
a { background-color: #47BBAF; }
a { background-color: rgb(71,187,175); }
div.DivClassName
{
background-color: #47BBAF;
}
.BgClassName
{
background-color: #47BBAF;
}
</style>
border-color css
<style>
span { border-color: #47BBAF; }
span { border-color: rgb(71,187,175); }
td.TdClassName
{
border-color: #47BBAF;
}
.TagClassName
{
border-color: #47BBAF;
}
</style>