Shades of Puerto Rico #47C8AC
Tints of Puerto Rico #47C8AC
RGB
CMYK
RGB Variations
Color information
#47C8AC (or 0x47C8AC) is known color: Puerto Rico. HEX triplet: 47, C8 and AC. RGB value is (71,200,172). Sum of RGB (Red+Green+Blue) = 71+200+172=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8AC is #B83753. Grayscale: #9E9E9E. Windows color (decimal): -12072788 or 11323463. OLE color: 11323463.
HSL color Cylindrical-coordinate representation of color #47C8AC: hue angle of 166.98º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C8AC is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 200 | 172 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.22 |
| HSL | 166.98º | 0.54% | 0.53% | - |
| HSV(B) | 166.98º | 0.65% | 0.78% | - |
| XYZ | 30.7 | 45.63 | 46.22 | - |
| YUV | 158.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 172 | 0.64 | 0 | 0.14 | 0.22 | 166.98 | 0.54 | 0.53 |
| Hex | 47 | C8 | AC | 40 | 0 | E | 16 | A7 | 36 | 35 |
| Octal | 107 | 310 | 254 | 100 | 0 | 16 | 26 | 247 | 66 | 65 |
| Binary | 1000111 | 11001000 | 10101100 | 1000000 | 0 | 1110 | 10110 | 10100111 | 110110 | 110101 |
Color Harmonies of #47C8AC
Complementary color
Monochromatic Colors of #47C8AC
Black with #47C8AC
Text Example
Text Example
White with #47C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C8AC; }
p { color: rgb(71,200,172); }
H1.HeaderClassName
{
color: #47C8AC;
}
.AnyTagClassName
{
color: #47C8AC;
}
</style>
background-color css
<style>
a { background-color: #47C8AC; }
a { background-color: rgb(71,200,172); }
div.DivClassName
{
background-color: #47C8AC;
}
.BgClassName
{
background-color: #47C8AC;
}
</style>
border-color css
<style>
span { border-color: #47C8AC; }
span { border-color: rgb(71,200,172); }
td.TdClassName
{
border-color: #47C8AC;
}
.TagClassName
{
border-color: #47C8AC;
}
</style>