Shades of Puerto Rico #47C9AC
Tints of Puerto Rico #47C9AC
RGB
CMYK
RGB Variations
Color information
#47C9AC (or 0x47C9AC) is known color: Puerto Rico. HEX triplet: 47, C9 and AC. RGB value is (71,201,172). Sum of RGB (Red+Green+Blue) = 71+201+172=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #47C9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C9AC is #B83653. Grayscale: #9E9E9E. Windows color (decimal): -12072532 or 11323719. OLE color: 11323719.
HSL color Cylindrical-coordinate representation of color #47C9AC: hue angle of 166.62º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C9AC is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 201 | 172 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.21 |
| HSL | 166.62º | 0.55% | 0.53% | - |
| HSV(B) | 166.62º | 0.65% | 0.79% | - |
| XYZ | 30.93 | 46.09 | 46.3 | - |
| YUV | 158.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 201 | 172 | 0.65 | 0 | 0.14 | 0.21 | 166.62 | 0.55 | 0.53 |
| Hex | 47 | C9 | AC | 41 | 0 | E | 15 | A7 | 37 | 35 |
| Octal | 107 | 311 | 254 | 101 | 0 | 16 | 25 | 247 | 67 | 65 |
| Binary | 1000111 | 11001001 | 10101100 | 1000001 | 0 | 1110 | 10101 | 10100111 | 110111 | 110101 |
Color Harmonies of #47C9AC
Complementary color
Monochromatic Colors of #47C9AC
Black with #47C9AC
Text Example
Text Example
White with #47C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C9AC; }
p { color: rgb(71,201,172); }
H1.HeaderClassName
{
color: #47C9AC;
}
.AnyTagClassName
{
color: #47C9AC;
}
</style>
background-color css
<style>
a { background-color: #47C9AC; }
a { background-color: rgb(71,201,172); }
div.DivClassName
{
background-color: #47C9AC;
}
.BgClassName
{
background-color: #47C9AC;
}
</style>
border-color css
<style>
span { border-color: #47C9AC; }
span { border-color: rgb(71,201,172); }
td.TdClassName
{
border-color: #47C9AC;
}
.TagClassName
{
border-color: #47C9AC;
}
</style>