Shades of Puerto Rico #47BA96
Tints of Puerto Rico #47BA96
RGB
CMYK
RGB Variations
Color information
#47BA96 (or 0x47BA96) is known color: Puerto Rico. HEX triplet: 47, BA and 96. RGB value is (71,186,150). Sum of RGB (Red+Green+Blue) = 71+186+150=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BA96 is #B84569. Grayscale: #939393. Windows color (decimal): -12076394 or 9878087. OLE color: 9878087.
HSL color Cylindrical-coordinate representation of color #47BA96: hue angle of 161.22º 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 #47BA96 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 150 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.27 |
| HSL | 161.22º | 0.45% | 0.5% | - |
| HSV(B) | 161.22º | 0.62% | 0.73% | - |
| XYZ | 25.66 | 38.66 | 34.96 | - |
| YUV | 147.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 150 | 0.62 | 0 | 0.19 | 0.27 | 161.22 | 0.45 | 0.5 |
| Hex | 47 | BA | 96 | 3E | 0 | 13 | 1B | A1 | 2D | 32 |
| Octal | 107 | 272 | 226 | 76 | 0 | 23 | 33 | 241 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10010110 | 111110 | 0 | 10011 | 11011 | 10100001 | 101101 | 110010 |
Color Harmonies of #47BA96
Complementary color
Monochromatic Colors of #47BA96
Black with #47BA96
Text Example
Text Example
White with #47BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA96; }
p { color: rgb(71,186,150); }
H1.HeaderClassName
{
color: #47BA96;
}
.AnyTagClassName
{
color: #47BA96;
}
</style>
background-color css
<style>
a { background-color: #47BA96; }
a { background-color: rgb(71,186,150); }
div.DivClassName
{
background-color: #47BA96;
}
.BgClassName
{
background-color: #47BA96;
}
</style>
border-color css
<style>
span { border-color: #47BA96; }
span { border-color: rgb(71,186,150); }
td.TdClassName
{
border-color: #47BA96;
}
.TagClassName
{
border-color: #47BA96;
}
</style>