Shades of Puerto Rico #47C2A6
Tints of Puerto Rico #47C2A6
RGB
CMYK
RGB Variations
Color information
#47C2A6 (or 0x47C2A6) is known color: Puerto Rico. HEX triplet: 47, C2 and A6. RGB value is (71,194,166). Sum of RGB (Red+Green+Blue) = 71+194+166=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2A6 is #B83D59. Grayscale: #9A9A9A. Windows color (decimal): -12074330 or 10928711. OLE color: 10928711.
HSL color Cylindrical-coordinate representation of color #47C2A6: hue angle of 166.34º 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 #47C2A6 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 166 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.24 |
| HSL | 166.34º | 0.5% | 0.52% | - |
| HSV(B) | 166.34º | 0.63% | 0.76% | - |
| XYZ | 28.77 | 42.68 | 42.8 | - |
| YUV | 154.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 166 | 0.63 | 0 | 0.14 | 0.24 | 166.34 | 0.5 | 0.52 |
| Hex | 47 | C2 | A6 | 3F | 0 | E | 18 | A6 | 32 | 34 |
| Octal | 107 | 302 | 246 | 77 | 0 | 16 | 30 | 246 | 62 | 64 |
| Binary | 1000111 | 11000010 | 10100110 | 111111 | 0 | 1110 | 11000 | 10100110 | 110010 | 110100 |
Color Harmonies of #47C2A6
Complementary color
Monochromatic Colors of #47C2A6
Black with #47C2A6
Text Example
Text Example
White with #47C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2A6; }
p { color: rgb(71,194,166); }
H1.HeaderClassName
{
color: #47C2A6;
}
.AnyTagClassName
{
color: #47C2A6;
}
</style>
background-color css
<style>
a { background-color: #47C2A6; }
a { background-color: rgb(71,194,166); }
div.DivClassName
{
background-color: #47C2A6;
}
.BgClassName
{
background-color: #47C2A6;
}
</style>
border-color css
<style>
span { border-color: #47C2A6; }
span { border-color: rgb(71,194,166); }
td.TdClassName
{
border-color: #47C2A6;
}
.TagClassName
{
border-color: #47C2A6;
}
</style>