Shades of Puerto Rico #47C3A2
Tints of Puerto Rico #47C3A2
RGB
CMYK
RGB Variations
Color information
#47C3A2 (or 0x47C3A2) is known color: Puerto Rico. HEX triplet: 47, C3 and A2. RGB value is (71,195,162). Sum of RGB (Red+Green+Blue) = 71+195+162=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C3A2 is #B83C5D. Grayscale: #9A9A9A. Windows color (decimal): -12074078 or 10666823. OLE color: 10666823.
HSL color Cylindrical-coordinate representation of color #47C3A2: hue angle of 164.03º 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 #47C3A2 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 162 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.24 |
| HSL | 164.03º | 0.51% | 0.52% | - |
| HSV(B) | 164.03º | 0.64% | 0.76% | - |
| XYZ | 28.64 | 42.98 | 40.97 | - |
| YUV | 154.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 162 | 0.64 | 0 | 0.17 | 0.24 | 164.03 | 0.51 | 0.52 |
| Hex | 47 | C3 | A2 | 40 | 0 | 11 | 18 | A4 | 33 | 34 |
| Octal | 107 | 303 | 242 | 100 | 0 | 21 | 30 | 244 | 63 | 64 |
| Binary | 1000111 | 11000011 | 10100010 | 1000000 | 0 | 10001 | 11000 | 10100100 | 110011 | 110100 |
Color Harmonies of #47C3A2
Complementary color
Monochromatic Colors of #47C3A2
Black with #47C3A2
Text Example
Text Example
White with #47C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C3A2; }
p { color: rgb(71,195,162); }
H1.HeaderClassName
{
color: #47C3A2;
}
.AnyTagClassName
{
color: #47C3A2;
}
</style>
background-color css
<style>
a { background-color: #47C3A2; }
a { background-color: rgb(71,195,162); }
div.DivClassName
{
background-color: #47C3A2;
}
.BgClassName
{
background-color: #47C3A2;
}
</style>
border-color css
<style>
span { border-color: #47C3A2; }
span { border-color: rgb(71,195,162); }
td.TdClassName
{
border-color: #47C3A2;
}
.TagClassName
{
border-color: #47C3A2;
}
</style>