Shades of Puerto Rico #47ABA0
Tints of Puerto Rico #47ABA0
RGB
CMYK
RGB Variations
Color information
#47ABA0 (or 0x47ABA0) is known color: Puerto Rico. HEX triplet: 47, AB and A0. RGB value is (71,171,160). Sum of RGB (Red+Green+Blue) = 71+171+160=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #47ABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABA0 is #B8545F. Grayscale: #8B8B8B. Windows color (decimal): -12080224 or 10529607. OLE color: 10529607.
HSL color Cylindrical-coordinate representation of color #47ABA0: hue angle of 173.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47ABA0 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 160 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.33 |
| HSL | 173.4º | 0.41% | 0.47% | - |
| HSV(B) | 173.4º | 0.58% | 0.67% | - |
| XYZ | 23.51 | 33 | 38.39 | - |
| YUV | 139.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 160 | 0.58 | 0 | 0.06 | 0.33 | 173.4 | 0.41 | 0.47 |
| Hex | 47 | AB | A0 | 3A | 0 | 6 | 21 | AD | 29 | 2F |
| Octal | 107 | 253 | 240 | 72 | 0 | 6 | 41 | 255 | 51 | 57 |
| Binary | 1000111 | 10101011 | 10100000 | 111010 | 0 | 110 | 100001 | 10101101 | 101001 | 101111 |
Color Harmonies of #47ABA0
Complementary color
Monochromatic Colors of #47ABA0
Black with #47ABA0
Text Example
Text Example
White with #47ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABA0; }
p { color: rgb(71,171,160); }
H1.HeaderClassName
{
color: #47ABA0;
}
.AnyTagClassName
{
color: #47ABA0;
}
</style>
background-color css
<style>
a { background-color: #47ABA0; }
a { background-color: rgb(71,171,160); }
div.DivClassName
{
background-color: #47ABA0;
}
.BgClassName
{
background-color: #47ABA0;
}
</style>
border-color css
<style>
span { border-color: #47ABA0; }
span { border-color: rgb(71,171,160); }
td.TdClassName
{
border-color: #47ABA0;
}
.TagClassName
{
border-color: #47ABA0;
}
</style>