Shades of Puerto Rico #47BC9D
Tints of Puerto Rico #47BC9D
RGB
CMYK
RGB Variations
Color information
#47BC9D (or 0x47BC9D) is known color: Puerto Rico. HEX triplet: 47, BC and 9D. RGB value is (71,188,157). Sum of RGB (Red+Green+Blue) = 71+188+157=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BC9D is #B84362. Grayscale: #959595. Windows color (decimal): -12075875 or 10337351. OLE color: 10337351.
HSL color Cylindrical-coordinate representation of color #47BC9D: hue angle of 164.1º 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 #47BC9D is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 157 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.26 |
| HSL | 164.1º | 0.47% | 0.51% | - |
| HSV(B) | 164.1º | 0.62% | 0.74% | - |
| XYZ | 26.67 | 39.74 | 38.16 | - |
| YUV | 149.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 157 | 0.62 | 0 | 0.16 | 0.26 | 164.1 | 0.47 | 0.51 |
| Hex | 47 | BC | 9D | 3E | 0 | 10 | 1A | A4 | 2F | 33 |
| Octal | 107 | 274 | 235 | 76 | 0 | 20 | 32 | 244 | 57 | 63 |
| Binary | 1000111 | 10111100 | 10011101 | 111110 | 0 | 10000 | 11010 | 10100100 | 101111 | 110011 |
Color Harmonies of #47BC9D
Complementary color
Monochromatic Colors of #47BC9D
Black with #47BC9D
Text Example
Text Example
White with #47BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC9D; }
p { color: rgb(71,188,157); }
H1.HeaderClassName
{
color: #47BC9D;
}
.AnyTagClassName
{
color: #47BC9D;
}
</style>
background-color css
<style>
a { background-color: #47BC9D; }
a { background-color: rgb(71,188,157); }
div.DivClassName
{
background-color: #47BC9D;
}
.BgClassName
{
background-color: #47BC9D;
}
</style>
border-color css
<style>
span { border-color: #47BC9D; }
span { border-color: rgb(71,188,157); }
td.TdClassName
{
border-color: #47BC9D;
}
.TagClassName
{
border-color: #47BC9D;
}
</style>