Shades of Puerto Rico #47BAAC
Tints of Puerto Rico #47BAAC
RGB
CMYK
RGB Variations
Color information
#47BAAC (or 0x47BAAC) is known color: Puerto Rico. HEX triplet: 47, BA and AC. RGB value is (71,186,172). Sum of RGB (Red+Green+Blue) = 71+186+172=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #47BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BAAC is #B84553. Grayscale: #959595. Windows color (decimal): -12076372 or 11319879. OLE color: 11319879.
HSL color Cylindrical-coordinate representation of color #47BAAC: hue angle of 172.7º 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 #47BAAC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 172 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.27 |
| HSL | 172.7º | 0.45% | 0.5% | - |
| HSV(B) | 172.7º | 0.62% | 0.73% | - |
| XYZ | 27.6 | 39.44 | 45.19 | - |
| YUV | 150.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 172 | 0.62 | 0 | 0.08 | 0.27 | 172.7 | 0.45 | 0.5 |
| Hex | 47 | BA | AC | 3E | 0 | 8 | 1B | AD | 2D | 32 |
| Octal | 107 | 272 | 254 | 76 | 0 | 10 | 33 | 255 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10101100 | 111110 | 0 | 1000 | 11011 | 10101101 | 101101 | 110010 |
Color Harmonies of #47BAAC
Complementary color
Monochromatic Colors of #47BAAC
Black with #47BAAC
Text Example
Text Example
White with #47BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAAC; }
p { color: rgb(71,186,172); }
H1.HeaderClassName
{
color: #47BAAC;
}
.AnyTagClassName
{
color: #47BAAC;
}
</style>
background-color css
<style>
a { background-color: #47BAAC; }
a { background-color: rgb(71,186,172); }
div.DivClassName
{
background-color: #47BAAC;
}
.BgClassName
{
background-color: #47BAAC;
}
</style>
border-color css
<style>
span { border-color: #47BAAC; }
span { border-color: rgb(71,186,172); }
td.TdClassName
{
border-color: #47BAAC;
}
.TagClassName
{
border-color: #47BAAC;
}
</style>