Shades of Puerto Rico #47BCAA
Tints of Puerto Rico #47BCAA
RGB
CMYK
RGB Variations
Color information
#47BCAA (or 0x47BCAA) is known color: Puerto Rico. HEX triplet: 47, BC and AA. RGB value is (71,188,170). Sum of RGB (Red+Green+Blue) = 71+188+170=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCAA is #B84355. Grayscale: #969696. Windows color (decimal): -12075862 or 11189319. OLE color: 11189319.
HSL color Cylindrical-coordinate representation of color #47BCAA: hue angle of 170.77º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BCAA is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 170 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.26 |
| HSL | 170.77º | 0.47% | 0.51% | - |
| HSV(B) | 170.77º | 0.62% | 0.74% | - |
| XYZ | 27.84 | 40.21 | 44.32 | - |
| YUV | 150.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 170 | 0.62 | 0 | 0.10 | 0.26 | 170.77 | 0.47 | 0.51 |
| Hex | 47 | BC | AA | 3E | 0 | A | 1A | AB | 2F | 33 |
| Octal | 107 | 274 | 252 | 76 | 0 | 12 | 32 | 253 | 57 | 63 |
| Binary | 1000111 | 10111100 | 10101010 | 111110 | 0 | 1010 | 11010 | 10101011 | 101111 | 110011 |
Color Harmonies of #47BCAA
Complementary color
Monochromatic Colors of #47BCAA
Black with #47BCAA
Text Example
Text Example
White with #47BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCAA; }
p { color: rgb(71,188,170); }
H1.HeaderClassName
{
color: #47BCAA;
}
.AnyTagClassName
{
color: #47BCAA;
}
</style>
background-color css
<style>
a { background-color: #47BCAA; }
a { background-color: rgb(71,188,170); }
div.DivClassName
{
background-color: #47BCAA;
}
.BgClassName
{
background-color: #47BCAA;
}
</style>
border-color css
<style>
span { border-color: #47BCAA; }
span { border-color: rgb(71,188,170); }
td.TdClassName
{
border-color: #47BCAA;
}
.TagClassName
{
border-color: #47BCAA;
}
</style>