Shades of Puerto Rico #47ABA3
Tints of Puerto Rico #47ABA3
RGB
CMYK
RGB Variations
Color information
#47ABA3 (or 0x47ABA3) is known color: Puerto Rico. HEX triplet: 47, AB and A3. RGB value is (71,171,163). Sum of RGB (Red+Green+Blue) = 71+171+163=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #47ABA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABA3 is #B8545C. Grayscale: #8C8C8C. Windows color (decimal): -12080221 or 10726215. OLE color: 10726215.
HSL color Cylindrical-coordinate representation of color #47ABA3: hue angle of 175.2º 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 #47ABA3 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 163 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.33 |
| HSL | 175.2º | 0.41% | 0.47% | - |
| HSV(B) | 175.2º | 0.58% | 0.67% | - |
| XYZ | 23.77 | 33.11 | 39.79 | - |
| YUV | 140.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 163 | 0.58 | 0 | 0.05 | 0.33 | 175.2 | 0.41 | 0.47 |
| Hex | 47 | AB | A3 | 3A | 0 | 5 | 21 | AF | 29 | 2F |
| Octal | 107 | 253 | 243 | 72 | 0 | 5 | 41 | 257 | 51 | 57 |
| Binary | 1000111 | 10101011 | 10100011 | 111010 | 0 | 101 | 100001 | 10101111 | 101001 | 101111 |
Color Harmonies of #47ABA3
Complementary color
Monochromatic Colors of #47ABA3
Black with #47ABA3
Text Example
Text Example
White with #47ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABA3; }
p { color: rgb(71,171,163); }
H1.HeaderClassName
{
color: #47ABA3;
}
.AnyTagClassName
{
color: #47ABA3;
}
</style>
background-color css
<style>
a { background-color: #47ABA3; }
a { background-color: rgb(71,171,163); }
div.DivClassName
{
background-color: #47ABA3;
}
.BgClassName
{
background-color: #47ABA3;
}
</style>
border-color css
<style>
span { border-color: #47ABA3; }
span { border-color: rgb(71,171,163); }
td.TdClassName
{
border-color: #47ABA3;
}
.TagClassName
{
border-color: #47ABA3;
}
</style>