Shades of Puerto Rico #47BCA8
Tints of Puerto Rico #47BCA8
RGB
CMYK
RGB Variations
Color information
#47BCA8 (or 0x47BCA8) is known color: Puerto Rico. HEX triplet: 47, BC and A8. RGB value is (71,188,168). Sum of RGB (Red+Green+Blue) = 71+188+168=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCA8 is #B84357. Grayscale: #969696. Windows color (decimal): -12075864 or 11058247. OLE color: 11058247.
HSL color Cylindrical-coordinate representation of color #47BCA8: hue angle of 169.74º 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 #47BCA8 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 168 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.26 |
| HSL | 169.74º | 0.47% | 0.51% | - |
| HSV(B) | 169.74º | 0.62% | 0.74% | - |
| XYZ | 27.65 | 40.13 | 43.33 | - |
| YUV | 150.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 168 | 0.62 | 0 | 0.11 | 0.26 | 169.74 | 0.47 | 0.51 |
| Hex | 47 | BC | A8 | 3E | 0 | B | 1A | AA | 2F | 33 |
| Octal | 107 | 274 | 250 | 76 | 0 | 13 | 32 | 252 | 57 | 63 |
| Binary | 1000111 | 10111100 | 10101000 | 111110 | 0 | 1011 | 11010 | 10101010 | 101111 | 110011 |
Color Harmonies of #47BCA8
Complementary color
Monochromatic Colors of #47BCA8
Black with #47BCA8
Text Example
Text Example
White with #47BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCA8; }
p { color: rgb(71,188,168); }
H1.HeaderClassName
{
color: #47BCA8;
}
.AnyTagClassName
{
color: #47BCA8;
}
</style>
background-color css
<style>
a { background-color: #47BCA8; }
a { background-color: rgb(71,188,168); }
div.DivClassName
{
background-color: #47BCA8;
}
.BgClassName
{
background-color: #47BCA8;
}
</style>
border-color css
<style>
span { border-color: #47BCA8; }
span { border-color: rgb(71,188,168); }
td.TdClassName
{
border-color: #47BCA8;
}
.TagClassName
{
border-color: #47BCA8;
}
</style>