Shades of Puerto Rico #47AFA1
Tints of Puerto Rico #47AFA1
RGB
CMYK
RGB Variations
Color information
#47AFA1 (or 0x47AFA1) is known color: Puerto Rico. HEX triplet: 47, AF and A1. RGB value is (71,175,161). Sum of RGB (Red+Green+Blue) = 71+175+161=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #47AFA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AFA1 is #B8505E. Grayscale: #8E8E8E. Windows color (decimal): -12079199 or 10596167. OLE color: 10596167.
HSL color Cylindrical-coordinate representation of color #47AFA1: hue angle of 171.92º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AFA1 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 161 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.31 |
| HSL | 171.92º | 0.42% | 0.48% | - |
| HSV(B) | 171.92º | 0.59% | 0.69% | - |
| XYZ | 24.36 | 34.57 | 39.11 | - |
| YUV | 142.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 161 | 0.59 | 0 | 0.08 | 0.31 | 171.92 | 0.42 | 0.48 |
| Hex | 47 | AF | A1 | 3B | 0 | 8 | 1F | AC | 2A | 30 |
| Octal | 107 | 257 | 241 | 73 | 0 | 10 | 37 | 254 | 52 | 60 |
| Binary | 1000111 | 10101111 | 10100001 | 111011 | 0 | 1000 | 11111 | 10101100 | 101010 | 110000 |
Color Harmonies of #47AFA1
Complementary color
Monochromatic Colors of #47AFA1
Black with #47AFA1
Text Example
Text Example
White with #47AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AFA1; }
p { color: rgb(71,175,161); }
H1.HeaderClassName
{
color: #47AFA1;
}
.AnyTagClassName
{
color: #47AFA1;
}
</style>
background-color css
<style>
a { background-color: #47AFA1; }
a { background-color: rgb(71,175,161); }
div.DivClassName
{
background-color: #47AFA1;
}
.BgClassName
{
background-color: #47AFA1;
}
</style>
border-color css
<style>
span { border-color: #47AFA1; }
span { border-color: rgb(71,175,161); }
td.TdClassName
{
border-color: #47AFA1;
}
.TagClassName
{
border-color: #47AFA1;
}
</style>