Shades of Puerto Rico #47B3A0
Tints of Puerto Rico #47B3A0
RGB
CMYK
RGB Variations
Color information
#47B3A0 (or 0x47B3A0) is known color: Puerto Rico. HEX triplet: 47, B3 and A0. RGB value is (71,179,160). Sum of RGB (Red+Green+Blue) = 71+179+160=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #47B3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B3A0 is #B84C5F. Grayscale: #909090. Windows color (decimal): -12078176 or 10531655. OLE color: 10531655.
HSL color Cylindrical-coordinate representation of color #47B3A0: hue angle of 169.44º 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 #47B3A0 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 160 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.30 |
| HSL | 169.44º | 0.43% | 0.49% | - |
| HSV(B) | 169.44º | 0.6% | 0.7% | - |
| XYZ | 25.06 | 36.12 | 38.91 | - |
| YUV | 144.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 160 | 0.60 | 0 | 0.11 | 0.30 | 169.44 | 0.43 | 0.49 |
| Hex | 47 | B3 | A0 | 3C | 0 | B | 1E | A9 | 2B | 31 |
| Octal | 107 | 263 | 240 | 74 | 0 | 13 | 36 | 251 | 53 | 61 |
| Binary | 1000111 | 10110011 | 10100000 | 111100 | 0 | 1011 | 11110 | 10101001 | 101011 | 110001 |
Color Harmonies of #47B3A0
Complementary color
Monochromatic Colors of #47B3A0
Black with #47B3A0
Text Example
Text Example
White with #47B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B3A0; }
p { color: rgb(71,179,160); }
H1.HeaderClassName
{
color: #47B3A0;
}
.AnyTagClassName
{
color: #47B3A0;
}
</style>
background-color css
<style>
a { background-color: #47B3A0; }
a { background-color: rgb(71,179,160); }
div.DivClassName
{
background-color: #47B3A0;
}
.BgClassName
{
background-color: #47B3A0;
}
</style>
border-color css
<style>
span { border-color: #47B3A0; }
span { border-color: rgb(71,179,160); }
td.TdClassName
{
border-color: #47B3A0;
}
.TagClassName
{
border-color: #47B3A0;
}
</style>