Shades of Puerto Rico #47C2A0
Tints of Puerto Rico #47C2A0
RGB
CMYK
RGB Variations
Color information
#47C2A0 (or 0x47C2A0) is known color: Puerto Rico. HEX triplet: 47, C2 and A0. RGB value is (71,194,160). Sum of RGB (Red+Green+Blue) = 71+194+160=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2A0 is #B83D5F. Grayscale: #999999. Windows color (decimal): -12074336 or 10535495. OLE color: 10535495.
HSL color Cylindrical-coordinate representation of color #47C2A0: hue angle of 163.41º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C2A0 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 160 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.24 |
| HSL | 163.41º | 0.5% | 0.52% | - |
| HSV(B) | 163.41º | 0.63% | 0.76% | - |
| XYZ | 28.24 | 42.46 | 39.97 | - |
| YUV | 153.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 160 | 0.63 | 0 | 0.18 | 0.24 | 163.41 | 0.5 | 0.52 |
| Hex | 47 | C2 | A0 | 3F | 0 | 12 | 18 | A3 | 32 | 34 |
| Octal | 107 | 302 | 240 | 77 | 0 | 22 | 30 | 243 | 62 | 64 |
| Binary | 1000111 | 11000010 | 10100000 | 111111 | 0 | 10010 | 11000 | 10100011 | 110010 | 110100 |
Color Harmonies of #47C2A0
Complementary color
Monochromatic Colors of #47C2A0
Black with #47C2A0
Text Example
Text Example
White with #47C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2A0; }
p { color: rgb(71,194,160); }
H1.HeaderClassName
{
color: #47C2A0;
}
.AnyTagClassName
{
color: #47C2A0;
}
</style>
background-color css
<style>
a { background-color: #47C2A0; }
a { background-color: rgb(71,194,160); }
div.DivClassName
{
background-color: #47C2A0;
}
.BgClassName
{
background-color: #47C2A0;
}
</style>
border-color css
<style>
span { border-color: #47C2A0; }
span { border-color: rgb(71,194,160); }
td.TdClassName
{
border-color: #47C2A0;
}
.TagClassName
{
border-color: #47C2A0;
}
</style>