Shades of Puerto Rico #47ADA3
Tints of Puerto Rico #47ADA3
RGB
CMYK
RGB Variations
Color information
#47ADA3 (or 0x47ADA3) is known color: Puerto Rico. HEX triplet: 47, AD and A3. RGB value is (71,173,163). Sum of RGB (Red+Green+Blue) = 71+173+163=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #47ADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ADA3 is #B8525C. Grayscale: #8D8D8D. Windows color (decimal): -12079709 or 10726727. OLE color: 10726727.
HSL color Cylindrical-coordinate representation of color #47ADA3: hue angle of 174.12º 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 #47ADA3 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 163 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.32 |
| HSL | 174.12º | 0.42% | 0.48% | - |
| HSV(B) | 174.12º | 0.59% | 0.68% | - |
| XYZ | 24.15 | 33.87 | 39.92 | - |
| YUV | 141.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 163 | 0.59 | 0 | 0.06 | 0.32 | 174.12 | 0.42 | 0.48 |
| Hex | 47 | AD | A3 | 3B | 0 | 6 | 20 | AE | 2A | 30 |
| Octal | 107 | 255 | 243 | 73 | 0 | 6 | 40 | 256 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10100011 | 111011 | 0 | 110 | 100000 | 10101110 | 101010 | 110000 |
Color Harmonies of #47ADA3
Complementary color
Monochromatic Colors of #47ADA3
Black with #47ADA3
Text Example
Text Example
White with #47ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADA3; }
p { color: rgb(71,173,163); }
H1.HeaderClassName
{
color: #47ADA3;
}
.AnyTagClassName
{
color: #47ADA3;
}
</style>
background-color css
<style>
a { background-color: #47ADA3; }
a { background-color: rgb(71,173,163); }
div.DivClassName
{
background-color: #47ADA3;
}
.BgClassName
{
background-color: #47ADA3;
}
</style>
border-color css
<style>
span { border-color: #47ADA3; }
span { border-color: rgb(71,173,163); }
td.TdClassName
{
border-color: #47ADA3;
}
.TagClassName
{
border-color: #47ADA3;
}
</style>