Shades of Puerto Rico #47ADA0
Tints of Puerto Rico #47ADA0
RGB
CMYK
RGB Variations
Color information
#47ADA0 (or 0x47ADA0) is known color: Puerto Rico. HEX triplet: 47, AD and A0. RGB value is (71,173,160). Sum of RGB (Red+Green+Blue) = 71+173+160=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #47ADA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ADA0 is #B8525F. Grayscale: #8C8C8C. Windows color (decimal): -12079712 or 10530119. OLE color: 10530119.
HSL color Cylindrical-coordinate representation of color #47ADA0: hue angle of 172.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47ADA0 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 160 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.32 |
| HSL | 172.35º | 0.42% | 0.48% | - |
| HSV(B) | 172.35º | 0.59% | 0.68% | - |
| XYZ | 23.89 | 33.76 | 38.52 | - |
| YUV | 141.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 160 | 0.59 | 0 | 0.08 | 0.32 | 172.35 | 0.42 | 0.48 |
| Hex | 47 | AD | A0 | 3B | 0 | 8 | 20 | AC | 2A | 30 |
| Octal | 107 | 255 | 240 | 73 | 0 | 10 | 40 | 254 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10100000 | 111011 | 0 | 1000 | 100000 | 10101100 | 101010 | 110000 |
Color Harmonies of #47ADA0
Complementary color
Monochromatic Colors of #47ADA0
Black with #47ADA0
Text Example
Text Example
White with #47ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADA0; }
p { color: rgb(71,173,160); }
H1.HeaderClassName
{
color: #47ADA0;
}
.AnyTagClassName
{
color: #47ADA0;
}
</style>
background-color css
<style>
a { background-color: #47ADA0; }
a { background-color: rgb(71,173,160); }
div.DivClassName
{
background-color: #47ADA0;
}
.BgClassName
{
background-color: #47ADA0;
}
</style>
border-color css
<style>
span { border-color: #47ADA0; }
span { border-color: rgb(71,173,160); }
td.TdClassName
{
border-color: #47ADA0;
}
.TagClassName
{
border-color: #47ADA0;
}
</style>