Shades of Puerto Rico #47C1AC
Tints of Puerto Rico #47C1AC
RGB
CMYK
RGB Variations
Color information
#47C1AC (or 0x47C1AC) is known color: Puerto Rico. HEX triplet: 47, C1 and AC. RGB value is (71,193,172). Sum of RGB (Red+Green+Blue) = 71+193+172=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #47C1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C1AC is #B83E53. Grayscale: #9A9A9A. Windows color (decimal): -12074580 or 11321671. OLE color: 11321671.
HSL color Cylindrical-coordinate representation of color #47C1AC: hue angle of 169.67º 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 #47C1AC is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 172 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.24 |
| HSL | 169.67º | 0.5% | 0.52% | - |
| HSV(B) | 169.67º | 0.63% | 0.76% | - |
| XYZ | 29.11 | 42.46 | 45.69 | - |
| YUV | 154.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 172 | 0.63 | 0 | 0.11 | 0.24 | 169.67 | 0.5 | 0.52 |
| Hex | 47 | C1 | AC | 3F | 0 | B | 18 | AA | 32 | 34 |
| Octal | 107 | 301 | 254 | 77 | 0 | 13 | 30 | 252 | 62 | 64 |
| Binary | 1000111 | 11000001 | 10101100 | 111111 | 0 | 1011 | 11000 | 10101010 | 110010 | 110100 |
Color Harmonies of #47C1AC
Complementary color
Monochromatic Colors of #47C1AC
Black with #47C1AC
Text Example
Text Example
White with #47C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C1AC; }
p { color: rgb(71,193,172); }
H1.HeaderClassName
{
color: #47C1AC;
}
.AnyTagClassName
{
color: #47C1AC;
}
</style>
background-color css
<style>
a { background-color: #47C1AC; }
a { background-color: rgb(71,193,172); }
div.DivClassName
{
background-color: #47C1AC;
}
.BgClassName
{
background-color: #47C1AC;
}
</style>
border-color css
<style>
span { border-color: #47C1AC; }
span { border-color: rgb(71,193,172); }
td.TdClassName
{
border-color: #47C1AC;
}
.TagClassName
{
border-color: #47C1AC;
}
</style>