Shades of Puerto Rico #47C2AC
Tints of Puerto Rico #47C2AC
RGB
CMYK
RGB Variations
Color information
#47C2AC (or 0x47C2AC) is known color: Puerto Rico. HEX triplet: 47, C2 and AC. RGB value is (71,194,172). Sum of RGB (Red+Green+Blue) = 71+194+172=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2AC is #B83D53. Grayscale: #9A9A9A. Windows color (decimal): -12074324 or 11321927. OLE color: 11321927.
HSL color Cylindrical-coordinate representation of color #47C2AC: hue angle of 169.27º 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 #47C2AC is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 172 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.24 |
| HSL | 169.27º | 0.5% | 0.52% | - |
| HSV(B) | 169.27º | 0.63% | 0.76% | - |
| XYZ | 29.34 | 42.9 | 45.76 | - |
| YUV | 154.72 | 137.75 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 172 | 0.63 | 0 | 0.11 | 0.24 | 169.27 | 0.5 | 0.52 |
| Hex | 47 | C2 | AC | 3F | 0 | B | 18 | A9 | 32 | 34 |
| Octal | 107 | 302 | 254 | 77 | 0 | 13 | 30 | 251 | 62 | 64 |
| Binary | 1000111 | 11000010 | 10101100 | 111111 | 0 | 1011 | 11000 | 10101001 | 110010 | 110100 |
Color Harmonies of #47C2AC
Complementary color
Monochromatic Colors of #47C2AC
Black with #47C2AC
Text Example
Text Example
White with #47C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2AC; }
p { color: rgb(71,194,172); }
H1.HeaderClassName
{
color: #47C2AC;
}
.AnyTagClassName
{
color: #47C2AC;
}
</style>
background-color css
<style>
a { background-color: #47C2AC; }
a { background-color: rgb(71,194,172); }
div.DivClassName
{
background-color: #47C2AC;
}
.BgClassName
{
background-color: #47C2AC;
}
</style>
border-color css
<style>
span { border-color: #47C2AC; }
span { border-color: rgb(71,194,172); }
td.TdClassName
{
border-color: #47C2AC;
}
.TagClassName
{
border-color: #47C2AC;
}
</style>