Shades of Puerto Rico #47BBA3
Tints of Puerto Rico #47BBA3
RGB
CMYK
RGB Variations
Color information
#47BBA3 (or 0x47BBA3) is known color: Puerto Rico. HEX triplet: 47, BB and A3. RGB value is (71,187,163). Sum of RGB (Red+Green+Blue) = 71+187+163=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BBA3 is #B8445C. Grayscale: #959595. Windows color (decimal): -12076125 or 10730311. OLE color: 10730311.
HSL color Cylindrical-coordinate representation of color #47BBA3: hue angle of 167.59º 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 #47BBA3 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 163 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.27 |
| HSL | 167.59º | 0.46% | 0.51% | - |
| HSV(B) | 167.59º | 0.62% | 0.73% | - |
| XYZ | 26.98 | 39.52 | 40.86 | - |
| YUV | 149.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 163 | 0.62 | 0 | 0.13 | 0.27 | 167.59 | 0.46 | 0.51 |
| Hex | 47 | BB | A3 | 3E | 0 | D | 1B | A8 | 2E | 33 |
| Octal | 107 | 273 | 243 | 76 | 0 | 15 | 33 | 250 | 56 | 63 |
| Binary | 1000111 | 10111011 | 10100011 | 111110 | 0 | 1101 | 11011 | 10101000 | 101110 | 110011 |
Color Harmonies of #47BBA3
Complementary color
Monochromatic Colors of #47BBA3
Black with #47BBA3
Text Example
Text Example
White with #47BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBA3; }
p { color: rgb(71,187,163); }
H1.HeaderClassName
{
color: #47BBA3;
}
.AnyTagClassName
{
color: #47BBA3;
}
</style>
background-color css
<style>
a { background-color: #47BBA3; }
a { background-color: rgb(71,187,163); }
div.DivClassName
{
background-color: #47BBA3;
}
.BgClassName
{
background-color: #47BBA3;
}
</style>
border-color css
<style>
span { border-color: #47BBA3; }
span { border-color: rgb(71,187,163); }
td.TdClassName
{
border-color: #47BBA3;
}
.TagClassName
{
border-color: #47BBA3;
}
</style>