Shades of Puerto Rico #47BDAF
Tints of Puerto Rico #47BDAF
RGB
CMYK
RGB Variations
Color information
#47BDAF (or 0x47BDAF) is known color: Puerto Rico. HEX triplet: 47, BD and AF. RGB value is (71,189,175). Sum of RGB (Red+Green+Blue) = 71+189+175=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BDAF is #B84250. Grayscale: #989898. Windows color (decimal): -12075601 or 11517255. OLE color: 11517255.
HSL color Cylindrical-coordinate representation of color #47BDAF: hue angle of 172.88º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BDAF is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 175 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.26 |
| HSL | 172.88º | 0.47% | 0.51% | - |
| HSV(B) | 172.88º | 0.62% | 0.74% | - |
| XYZ | 28.53 | 40.83 | 46.93 | - |
| YUV | 152.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 175 | 0.62 | 0 | 0.07 | 0.26 | 172.88 | 0.47 | 0.51 |
| Hex | 47 | BD | AF | 3E | 0 | 7 | 1A | AD | 2F | 33 |
| Octal | 107 | 275 | 257 | 76 | 0 | 7 | 32 | 255 | 57 | 63 |
| Binary | 1000111 | 10111101 | 10101111 | 111110 | 0 | 111 | 11010 | 10101101 | 101111 | 110011 |
Color Harmonies of #47BDAF
Complementary color
Monochromatic Colors of #47BDAF
Black with #47BDAF
Text Example
Text Example
White with #47BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BDAF; }
p { color: rgb(71,189,175); }
H1.HeaderClassName
{
color: #47BDAF;
}
.AnyTagClassName
{
color: #47BDAF;
}
</style>
background-color css
<style>
a { background-color: #47BDAF; }
a { background-color: rgb(71,189,175); }
div.DivClassName
{
background-color: #47BDAF;
}
.BgClassName
{
background-color: #47BDAF;
}
</style>
border-color css
<style>
span { border-color: #47BDAF; }
span { border-color: rgb(71,189,175); }
td.TdClassName
{
border-color: #47BDAF;
}
.TagClassName
{
border-color: #47BDAF;
}
</style>