Shades of Puerto Rico #47B39C
Tints of Puerto Rico #47B39C
RGB
CMYK
RGB Variations
Color information
#47B39C (or 0x47B39C) is known color: Puerto Rico. HEX triplet: 47, B3 and 9C. RGB value is (71,179,156). Sum of RGB (Red+Green+Blue) = 71+179+156=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #47B39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B39C is #B84C63. Grayscale: #909090. Windows color (decimal): -12078180 or 10269511. OLE color: 10269511.
HSL color Cylindrical-coordinate representation of color #47B39C: hue angle of 167.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B39C is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 156 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.30 |
| HSL | 167.22º | 0.43% | 0.49% | - |
| HSV(B) | 167.22º | 0.6% | 0.7% | - |
| XYZ | 24.72 | 35.98 | 37.09 | - |
| YUV | 144.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 156 | 0.60 | 0 | 0.13 | 0.30 | 167.22 | 0.43 | 0.49 |
| Hex | 47 | B3 | 9C | 3C | 0 | D | 1E | A7 | 2B | 31 |
| Octal | 107 | 263 | 234 | 74 | 0 | 15 | 36 | 247 | 53 | 61 |
| Binary | 1000111 | 10110011 | 10011100 | 111100 | 0 | 1101 | 11110 | 10100111 | 101011 | 110001 |
Color Harmonies of #47B39C
Complementary color
Monochromatic Colors of #47B39C
Black with #47B39C
Text Example
Text Example
White with #47B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B39C; }
p { color: rgb(71,179,156); }
H1.HeaderClassName
{
color: #47B39C;
}
.AnyTagClassName
{
color: #47B39C;
}
</style>
background-color css
<style>
a { background-color: #47B39C; }
a { background-color: rgb(71,179,156); }
div.DivClassName
{
background-color: #47B39C;
}
.BgClassName
{
background-color: #47B39C;
}
</style>
border-color css
<style>
span { border-color: #47B39C; }
span { border-color: rgb(71,179,156); }
td.TdClassName
{
border-color: #47B39C;
}
.TagClassName
{
border-color: #47B39C;
}
</style>