Shades of Puerto Rico #47C2AA
Tints of Puerto Rico #47C2AA
RGB
CMYK
RGB Variations
Color information
#47C2AA (or 0x47C2AA) is known color: Puerto Rico. HEX triplet: 47, C2 and AA. RGB value is (71,194,170). Sum of RGB (Red+Green+Blue) = 71+194+170=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2AA is #B83D55. Grayscale: #9A9A9A. Windows color (decimal): -12074326 or 11190855. OLE color: 11190855.
HSL color Cylindrical-coordinate representation of color #47C2AA: hue angle of 168.29º 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 #47C2AA is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 170 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.24 |
| HSL | 168.29º | 0.5% | 0.52% | - |
| HSV(B) | 168.29º | 0.63% | 0.76% | - |
| XYZ | 29.15 | 42.83 | 44.76 | - |
| YUV | 154.49 | 136.75 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 170 | 0.63 | 0 | 0.12 | 0.24 | 168.29 | 0.5 | 0.52 |
| Hex | 47 | C2 | AA | 3F | 0 | C | 18 | A8 | 32 | 34 |
| Octal | 107 | 302 | 252 | 77 | 0 | 14 | 30 | 250 | 62 | 64 |
| Binary | 1000111 | 11000010 | 10101010 | 111111 | 0 | 1100 | 11000 | 10101000 | 110010 | 110100 |
Color Harmonies of #47C2AA
Complementary color
Monochromatic Colors of #47C2AA
Black with #47C2AA
Text Example
Text Example
White with #47C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2AA; }
p { color: rgb(71,194,170); }
H1.HeaderClassName
{
color: #47C2AA;
}
.AnyTagClassName
{
color: #47C2AA;
}
</style>
background-color css
<style>
a { background-color: #47C2AA; }
a { background-color: rgb(71,194,170); }
div.DivClassName
{
background-color: #47C2AA;
}
.BgClassName
{
background-color: #47C2AA;
}
</style>
border-color css
<style>
span { border-color: #47C2AA; }
span { border-color: rgb(71,194,170); }
td.TdClassName
{
border-color: #47C2AA;
}
.TagClassName
{
border-color: #47C2AA;
}
</style>