Shades of Puerto Rico #47C2A8
Tints of Puerto Rico #47C2A8
RGB
CMYK
RGB Variations
Color information
#47C2A8 (or 0x47C2A8) is known color: Puerto Rico. HEX triplet: 47, C2 and A8. RGB value is (71,194,168). Sum of RGB (Red+Green+Blue) = 71+194+168=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2A8 is #B83D57. Grayscale: #9A9A9A. Windows color (decimal): -12074328 or 11059783. OLE color: 11059783.
HSL color Cylindrical-coordinate representation of color #47C2A8: hue angle of 167.32º 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 #47C2A8 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 168 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.24 |
| HSL | 167.32º | 0.5% | 0.52% | - |
| HSV(B) | 167.32º | 0.63% | 0.76% | - |
| XYZ | 28.96 | 42.75 | 43.77 | - |
| YUV | 154.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 168 | 0.63 | 0 | 0.13 | 0.24 | 167.32 | 0.5 | 0.52 |
| Hex | 47 | C2 | A8 | 3F | 0 | D | 18 | A7 | 32 | 34 |
| Octal | 107 | 302 | 250 | 77 | 0 | 15 | 30 | 247 | 62 | 64 |
| Binary | 1000111 | 11000010 | 10101000 | 111111 | 0 | 1101 | 11000 | 10100111 | 110010 | 110100 |
Color Harmonies of #47C2A8
Complementary color
Monochromatic Colors of #47C2A8
Black with #47C2A8
Text Example
Text Example
White with #47C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2A8; }
p { color: rgb(71,194,168); }
H1.HeaderClassName
{
color: #47C2A8;
}
.AnyTagClassName
{
color: #47C2A8;
}
</style>
background-color css
<style>
a { background-color: #47C2A8; }
a { background-color: rgb(71,194,168); }
div.DivClassName
{
background-color: #47C2A8;
}
.BgClassName
{
background-color: #47C2A8;
}
</style>
border-color css
<style>
span { border-color: #47C2A8; }
span { border-color: rgb(71,194,168); }
td.TdClassName
{
border-color: #47C2A8;
}
.TagClassName
{
border-color: #47C2A8;
}
</style>