Shades of Puerto Rico #47AD9B
Tints of Puerto Rico #47AD9B
RGB
CMYK
RGB Variations
Color information
#47AD9B (or 0x47AD9B) is known color: Puerto Rico. HEX triplet: 47, AD and 9B. RGB value is (71,173,155). Sum of RGB (Red+Green+Blue) = 71+173+155=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD9B is #B85264. Grayscale: #8C8C8C. Windows color (decimal): -12079717 or 10202439. OLE color: 10202439.
HSL color Cylindrical-coordinate representation of color #47AD9B: hue angle of 169.41º 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 #47AD9B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 155 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.32 |
| HSL | 169.41º | 0.42% | 0.48% | - |
| HSV(B) | 169.41º | 0.59% | 0.68% | - |
| XYZ | 23.46 | 33.59 | 36.26 | - |
| YUV | 140.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 155 | 0.59 | 0 | 0.10 | 0.32 | 169.41 | 0.42 | 0.48 |
| Hex | 47 | AD | 9B | 3B | 0 | A | 20 | A9 | 2A | 30 |
| Octal | 107 | 255 | 233 | 73 | 0 | 12 | 40 | 251 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10011011 | 111011 | 0 | 1010 | 100000 | 10101001 | 101010 | 110000 |
Color Harmonies of #47AD9B
Complementary color
Monochromatic Colors of #47AD9B
Black with #47AD9B
Text Example
Text Example
White with #47AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD9B; }
p { color: rgb(71,173,155); }
H1.HeaderClassName
{
color: #47AD9B;
}
.AnyTagClassName
{
color: #47AD9B;
}
</style>
background-color css
<style>
a { background-color: #47AD9B; }
a { background-color: rgb(71,173,155); }
div.DivClassName
{
background-color: #47AD9B;
}
.BgClassName
{
background-color: #47AD9B;
}
</style>
border-color css
<style>
span { border-color: #47AD9B; }
span { border-color: rgb(71,173,155); }
td.TdClassName
{
border-color: #47AD9B;
}
.TagClassName
{
border-color: #47AD9B;
}
</style>