Shades of Puerto Rico #47BCA6
Tints of Puerto Rico #47BCA6
RGB
CMYK
RGB Variations
Color information
#47BCA6 (or 0x47BCA6) is known color: Puerto Rico. HEX triplet: 47, BC and A6. RGB value is (71,188,166). Sum of RGB (Red+Green+Blue) = 71+188+166=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCA6 is #B84359. Grayscale: #969696. Windows color (decimal): -12075866 or 10927175. OLE color: 10927175.
HSL color Cylindrical-coordinate representation of color #47BCA6: hue angle of 168.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BCA6 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 166 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.26 |
| HSL | 168.72º | 0.47% | 0.51% | - |
| HSV(B) | 168.72º | 0.62% | 0.74% | - |
| XYZ | 27.46 | 40.06 | 42.36 | - |
| YUV | 150.51 | 136.74 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 166 | 0.62 | 0 | 0.12 | 0.26 | 168.72 | 0.47 | 0.51 |
| Hex | 47 | BC | A6 | 3E | 0 | C | 1A | A9 | 2F | 33 |
| Octal | 107 | 274 | 246 | 76 | 0 | 14 | 32 | 251 | 57 | 63 |
| Binary | 1000111 | 10111100 | 10100110 | 111110 | 0 | 1100 | 11010 | 10101001 | 101111 | 110011 |
Color Harmonies of #47BCA6
Complementary color
Monochromatic Colors of #47BCA6
Black with #47BCA6
Text Example
Text Example
White with #47BCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCA6; }
p { color: rgb(71,188,166); }
H1.HeaderClassName
{
color: #47BCA6;
}
.AnyTagClassName
{
color: #47BCA6;
}
</style>
background-color css
<style>
a { background-color: #47BCA6; }
a { background-color: rgb(71,188,166); }
div.DivClassName
{
background-color: #47BCA6;
}
.BgClassName
{
background-color: #47BCA6;
}
</style>
border-color css
<style>
span { border-color: #47BCA6; }
span { border-color: rgb(71,188,166); }
td.TdClassName
{
border-color: #47BCA6;
}
.TagClassName
{
border-color: #47BCA6;
}
</style>