Shades of Puerto Rico #47C3A0
Tints of Puerto Rico #47C3A0
RGB
CMYK
RGB Variations
Color information
#47C3A0 (or 0x47C3A0) is known color: Puerto Rico. HEX triplet: 47, C3 and A0. RGB value is (71,195,160). Sum of RGB (Red+Green+Blue) = 71+195+160=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C3A0 is #B83C5F. Grayscale: #999999. Windows color (decimal): -12074080 or 10535751. OLE color: 10535751.
HSL color Cylindrical-coordinate representation of color #47C3A0: hue angle of 163.06º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C3A0 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 160 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.24 |
| HSL | 163.06º | 0.51% | 0.52% | - |
| HSV(B) | 163.06º | 0.64% | 0.76% | - |
| XYZ | 28.46 | 42.91 | 40.04 | - |
| YUV | 153.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 160 | 0.64 | 0 | 0.18 | 0.24 | 163.06 | 0.51 | 0.52 |
| Hex | 47 | C3 | A0 | 40 | 0 | 12 | 18 | A3 | 33 | 34 |
| Octal | 107 | 303 | 240 | 100 | 0 | 22 | 30 | 243 | 63 | 64 |
| Binary | 1000111 | 11000011 | 10100000 | 1000000 | 0 | 10010 | 11000 | 10100011 | 110011 | 110100 |
Color Harmonies of #47C3A0
Complementary color
Monochromatic Colors of #47C3A0
Black with #47C3A0
Text Example
Text Example
White with #47C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C3A0; }
p { color: rgb(71,195,160); }
H1.HeaderClassName
{
color: #47C3A0;
}
.AnyTagClassName
{
color: #47C3A0;
}
</style>
background-color css
<style>
a { background-color: #47C3A0; }
a { background-color: rgb(71,195,160); }
div.DivClassName
{
background-color: #47C3A0;
}
.BgClassName
{
background-color: #47C3A0;
}
</style>
border-color css
<style>
span { border-color: #47C3A0; }
span { border-color: rgb(71,195,160); }
td.TdClassName
{
border-color: #47C3A0;
}
.TagClassName
{
border-color: #47C3A0;
}
</style>