Shades of Puerto Rico #47BBA4
Tints of Puerto Rico #47BBA4
RGB
CMYK
RGB Variations
Color information
#47BBA4 (or 0x47BBA4) is known color: Puerto Rico. HEX triplet: 47, BB and A4. RGB value is (71,187,164). Sum of RGB (Red+Green+Blue) = 71+187+164=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BBA4 is #B8445B. Grayscale: #959595. Windows color (decimal): -12076124 or 10795847. OLE color: 10795847.
HSL color Cylindrical-coordinate representation of color #47BBA4: hue angle of 168.1º 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 #47BBA4 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 164 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.27 |
| HSL | 168.1º | 0.46% | 0.51% | - |
| HSV(B) | 168.1º | 0.62% | 0.73% | - |
| XYZ | 27.07 | 39.56 | 41.33 | - |
| YUV | 149.69 | 136.07 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 164 | 0.62 | 0 | 0.12 | 0.27 | 168.1 | 0.46 | 0.51 |
| Hex | 47 | BB | A4 | 3E | 0 | C | 1B | A8 | 2E | 33 |
| Octal | 107 | 273 | 244 | 76 | 0 | 14 | 33 | 250 | 56 | 63 |
| Binary | 1000111 | 10111011 | 10100100 | 111110 | 0 | 1100 | 11011 | 10101000 | 101110 | 110011 |
Color Harmonies of #47BBA4
Complementary color
Monochromatic Colors of #47BBA4
Black with #47BBA4
Text Example
Text Example
White with #47BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBA4; }
p { color: rgb(71,187,164); }
H1.HeaderClassName
{
color: #47BBA4;
}
.AnyTagClassName
{
color: #47BBA4;
}
</style>
background-color css
<style>
a { background-color: #47BBA4; }
a { background-color: rgb(71,187,164); }
div.DivClassName
{
background-color: #47BBA4;
}
.BgClassName
{
background-color: #47BBA4;
}
</style>
border-color css
<style>
span { border-color: #47BBA4; }
span { border-color: rgb(71,187,164); }
td.TdClassName
{
border-color: #47BBA4;
}
.TagClassName
{
border-color: #47BBA4;
}
</style>