Shades of Puerto Rico #47BCA4
Tints of Puerto Rico #47BCA4
RGB
CMYK
RGB Variations
Color information
#47BCA4 (or 0x47BCA4) is known color: Puerto Rico. HEX triplet: 47, BC and A4. RGB value is (71,188,164). Sum of RGB (Red+Green+Blue) = 71+188+164=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCA4 is #B8435B. Grayscale: #969696. Windows color (decimal): -12075868 or 10796103. OLE color: 10796103.
HSL color Cylindrical-coordinate representation of color #47BCA4: hue angle of 167.69º 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 #47BCA4 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 164 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.26 |
| HSL | 167.69º | 0.47% | 0.51% | - |
| HSV(B) | 167.69º | 0.62% | 0.74% | - |
| XYZ | 27.28 | 39.99 | 41.4 | - |
| YUV | 150.28 | 135.74 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 164 | 0.62 | 0 | 0.13 | 0.26 | 167.69 | 0.47 | 0.51 |
| Hex | 47 | BC | A4 | 3E | 0 | D | 1A | A8 | 2F | 33 |
| Octal | 107 | 274 | 244 | 76 | 0 | 15 | 32 | 250 | 57 | 63 |
| Binary | 1000111 | 10111100 | 10100100 | 111110 | 0 | 1101 | 11010 | 10101000 | 101111 | 110011 |
Color Harmonies of #47BCA4
Complementary color
Monochromatic Colors of #47BCA4
Black with #47BCA4
Text Example
Text Example
White with #47BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCA4; }
p { color: rgb(71,188,164); }
H1.HeaderClassName
{
color: #47BCA4;
}
.AnyTagClassName
{
color: #47BCA4;
}
</style>
background-color css
<style>
a { background-color: #47BCA4; }
a { background-color: rgb(71,188,164); }
div.DivClassName
{
background-color: #47BCA4;
}
.BgClassName
{
background-color: #47BCA4;
}
</style>
border-color css
<style>
span { border-color: #47BCA4; }
span { border-color: rgb(71,188,164); }
td.TdClassName
{
border-color: #47BCA4;
}
.TagClassName
{
border-color: #47BCA4;
}
</style>