Shades of Puerto Rico #47BAAB
Tints of Puerto Rico #47BAAB
RGB
CMYK
RGB Variations
Color information
#47BAAB (or 0x47BAAB) is known color: Puerto Rico. HEX triplet: 47, BA and AB. RGB value is (71,186,171). Sum of RGB (Red+Green+Blue) = 71+186+171=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #47BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BAAB is #B84554. Grayscale: #959595. Windows color (decimal): -12076373 or 11254343. OLE color: 11254343.
HSL color Cylindrical-coordinate representation of color #47BAAB: hue angle of 172.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BAAB is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 171 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.27 |
| HSL | 172.17º | 0.45% | 0.5% | - |
| HSV(B) | 172.17º | 0.62% | 0.73% | - |
| XYZ | 27.51 | 39.4 | 44.68 | - |
| YUV | 149.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 171 | 0.62 | 0 | 0.08 | 0.27 | 172.17 | 0.45 | 0.5 |
| Hex | 47 | BA | AB | 3E | 0 | 8 | 1B | AC | 2D | 32 |
| Octal | 107 | 272 | 253 | 76 | 0 | 10 | 33 | 254 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10101011 | 111110 | 0 | 1000 | 11011 | 10101100 | 101101 | 110010 |
Color Harmonies of #47BAAB
Complementary color
Monochromatic Colors of #47BAAB
Black with #47BAAB
Text Example
Text Example
White with #47BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAAB; }
p { color: rgb(71,186,171); }
H1.HeaderClassName
{
color: #47BAAB;
}
.AnyTagClassName
{
color: #47BAAB;
}
</style>
background-color css
<style>
a { background-color: #47BAAB; }
a { background-color: rgb(71,186,171); }
div.DivClassName
{
background-color: #47BAAB;
}
.BgClassName
{
background-color: #47BAAB;
}
</style>
border-color css
<style>
span { border-color: #47BAAB; }
span { border-color: rgb(71,186,171); }
td.TdClassName
{
border-color: #47BAAB;
}
.TagClassName
{
border-color: #47BAAB;
}
</style>