Shades of Puerto Rico #47BA9F
Tints of Puerto Rico #47BA9F
RGB
CMYK
RGB Variations
Color information
#47BA9F (or 0x47BA9F) is known color: Puerto Rico. HEX triplet: 47, BA and 9F. RGB value is (71,186,159). Sum of RGB (Red+Green+Blue) = 71+186+159=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BA9F is #B84560. Grayscale: #949494. Windows color (decimal): -12076385 or 10467911. OLE color: 10467911.
HSL color Cylindrical-coordinate representation of color #47BA9F: hue angle of 165.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BA9F is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 159 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.27 |
| HSL | 165.91º | 0.45% | 0.5% | - |
| HSV(B) | 165.91º | 0.62% | 0.73% | - |
| XYZ | 26.42 | 38.96 | 38.93 | - |
| YUV | 148.54 | 133.9 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 159 | 0.62 | 0 | 0.15 | 0.27 | 165.91 | 0.45 | 0.5 |
| Hex | 47 | BA | 9F | 3E | 0 | F | 1B | A6 | 2D | 32 |
| Octal | 107 | 272 | 237 | 76 | 0 | 17 | 33 | 246 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10011111 | 111110 | 0 | 1111 | 11011 | 10100110 | 101101 | 110010 |
Color Harmonies of #47BA9F
Complementary color
Monochromatic Colors of #47BA9F
Black with #47BA9F
Text Example
Text Example
White with #47BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA9F; }
p { color: rgb(71,186,159); }
H1.HeaderClassName
{
color: #47BA9F;
}
.AnyTagClassName
{
color: #47BA9F;
}
</style>
background-color css
<style>
a { background-color: #47BA9F; }
a { background-color: rgb(71,186,159); }
div.DivClassName
{
background-color: #47BA9F;
}
.BgClassName
{
background-color: #47BA9F;
}
</style>
border-color css
<style>
span { border-color: #47BA9F; }
span { border-color: rgb(71,186,159); }
td.TdClassName
{
border-color: #47BA9F;
}
.TagClassName
{
border-color: #47BA9F;
}
</style>