Shades of Puerto Rico #47ABA2
Tints of Puerto Rico #47ABA2
RGB
CMYK
RGB Variations
Color information
#47ABA2 (or 0x47ABA2) is known color: Puerto Rico. HEX triplet: 47, AB and A2. RGB value is (71,171,162). Sum of RGB (Red+Green+Blue) = 71+171+162=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #47ABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABA2 is #B8545D. Grayscale: #8C8C8C. Windows color (decimal): -12080222 or 10660679. OLE color: 10660679.
HSL color Cylindrical-coordinate representation of color #47ABA2: hue angle of 174.6º 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 #47ABA2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 162 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.33 |
| HSL | 174.6º | 0.41% | 0.47% | - |
| HSV(B) | 174.6º | 0.58% | 0.67% | - |
| XYZ | 23.68 | 33.07 | 39.32 | - |
| YUV | 140.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 162 | 0.58 | 0 | 0.05 | 0.33 | 174.6 | 0.41 | 0.47 |
| Hex | 47 | AB | A2 | 3A | 0 | 5 | 21 | AF | 29 | 2F |
| Octal | 107 | 253 | 242 | 72 | 0 | 5 | 41 | 257 | 51 | 57 |
| Binary | 1000111 | 10101011 | 10100010 | 111010 | 0 | 101 | 100001 | 10101111 | 101001 | 101111 |
Color Harmonies of #47ABA2
Complementary color
Monochromatic Colors of #47ABA2
Black with #47ABA2
Text Example
Text Example
White with #47ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABA2; }
p { color: rgb(71,171,162); }
H1.HeaderClassName
{
color: #47ABA2;
}
.AnyTagClassName
{
color: #47ABA2;
}
</style>
background-color css
<style>
a { background-color: #47ABA2; }
a { background-color: rgb(71,171,162); }
div.DivClassName
{
background-color: #47ABA2;
}
.BgClassName
{
background-color: #47ABA2;
}
</style>
border-color css
<style>
span { border-color: #47ABA2; }
span { border-color: rgb(71,171,162); }
td.TdClassName
{
border-color: #47ABA2;
}
.TagClassName
{
border-color: #47ABA2;
}
</style>