Shades of Puerto Rico #47B2A0
Tints of Puerto Rico #47B2A0
RGB
CMYK
RGB Variations
Color information
#47B2A0 (or 0x47B2A0) is known color: Puerto Rico. HEX triplet: 47, B2 and A0. RGB value is (71,178,160). Sum of RGB (Red+Green+Blue) = 71+178+160=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #47B2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B2A0 is #B84D5F. Grayscale: #8F8F8F. Windows color (decimal): -12078432 or 10531399. OLE color: 10531399.
HSL color Cylindrical-coordinate representation of color #47B2A0: hue angle of 169.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B2A0 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 178 | 160 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.30 |
| HSL | 169.91º | 0.43% | 0.49% | - |
| HSV(B) | 169.91º | 0.6% | 0.7% | - |
| XYZ | 24.86 | 35.72 | 38.84 | - |
| YUV | 143.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 160 | 0.60 | 0 | 0.10 | 0.30 | 169.91 | 0.43 | 0.49 |
| Hex | 47 | B2 | A0 | 3C | 0 | A | 1E | AA | 2B | 31 |
| Octal | 107 | 262 | 240 | 74 | 0 | 12 | 36 | 252 | 53 | 61 |
| Binary | 1000111 | 10110010 | 10100000 | 111100 | 0 | 1010 | 11110 | 10101010 | 101011 | 110001 |
Color Harmonies of #47B2A0
Complementary color
Monochromatic Colors of #47B2A0
Black with #47B2A0
Text Example
Text Example
White with #47B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B2A0; }
p { color: rgb(71,178,160); }
H1.HeaderClassName
{
color: #47B2A0;
}
.AnyTagClassName
{
color: #47B2A0;
}
</style>
background-color css
<style>
a { background-color: #47B2A0; }
a { background-color: rgb(71,178,160); }
div.DivClassName
{
background-color: #47B2A0;
}
.BgClassName
{
background-color: #47B2A0;
}
</style>
border-color css
<style>
span { border-color: #47B2A0; }
span { border-color: rgb(71,178,160); }
td.TdClassName
{
border-color: #47B2A0;
}
.TagClassName
{
border-color: #47B2A0;
}
</style>