Shades of Puerto Rico #47BBA2
Tints of Puerto Rico #47BBA2
RGB
CMYK
RGB Variations
Color information
#47BBA2 (or 0x47BBA2) is known color: Puerto Rico. HEX triplet: 47, BB and A2. RGB value is (71,187,162). Sum of RGB (Red+Green+Blue) = 71+187+162=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BBA2 is #B8445D. Grayscale: #959595. Windows color (decimal): -12076126 or 10664775. OLE color: 10664775.
HSL color Cylindrical-coordinate representation of color #47BBA2: hue angle of 167.07º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BBA2 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 162 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.27 |
| HSL | 167.07º | 0.46% | 0.51% | - |
| HSV(B) | 167.07º | 0.62% | 0.73% | - |
| XYZ | 26.89 | 39.49 | 40.39 | - |
| YUV | 149.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 162 | 0.62 | 0 | 0.13 | 0.27 | 167.07 | 0.46 | 0.51 |
| Hex | 47 | BB | A2 | 3E | 0 | D | 1B | A7 | 2E | 33 |
| Octal | 107 | 273 | 242 | 76 | 0 | 15 | 33 | 247 | 56 | 63 |
| Binary | 1000111 | 10111011 | 10100010 | 111110 | 0 | 1101 | 11011 | 10100111 | 101110 | 110011 |
Color Harmonies of #47BBA2
Complementary color
Monochromatic Colors of #47BBA2
Black with #47BBA2
Text Example
Text Example
White with #47BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBA2; }
p { color: rgb(71,187,162); }
H1.HeaderClassName
{
color: #47BBA2;
}
.AnyTagClassName
{
color: #47BBA2;
}
</style>
background-color css
<style>
a { background-color: #47BBA2; }
a { background-color: rgb(71,187,162); }
div.DivClassName
{
background-color: #47BBA2;
}
.BgClassName
{
background-color: #47BBA2;
}
</style>
border-color css
<style>
span { border-color: #47BBA2; }
span { border-color: rgb(71,187,162); }
td.TdClassName
{
border-color: #47BBA2;
}
.TagClassName
{
border-color: #47BBA2;
}
</style>