Shades of Puerto Rico #47BAB2
Tints of Puerto Rico #47BAB2
RGB
CMYK
RGB Variations
Color information
#47BAB2 (or 0x47BAB2) is known color: Puerto Rico. HEX triplet: 47, BA and B2. RGB value is (71,186,178). Sum of RGB (Red+Green+Blue) = 71+186+178=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #47BAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BAB2 is #B8454D. Grayscale: #969696. Windows color (decimal): -12076366 or 11713095. OLE color: 11713095.
HSL color Cylindrical-coordinate representation of color #47BAB2: hue angle of 175.83º 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 #47BAB2 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 178 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.27 |
| HSL | 175.83º | 0.45% | 0.5% | - |
| HSV(B) | 175.83º | 0.62% | 0.73% | - |
| XYZ | 28.19 | 39.67 | 48.29 | - |
| YUV | 150.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 178 | 0.62 | 0 | 0.04 | 0.27 | 175.83 | 0.45 | 0.5 |
| Hex | 47 | BA | B2 | 3E | 0 | 4 | 1B | B0 | 2D | 32 |
| Octal | 107 | 272 | 262 | 76 | 0 | 4 | 33 | 260 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10110010 | 111110 | 0 | 100 | 11011 | 10110000 | 101101 | 110010 |
Color Harmonies of #47BAB2
Complementary color
Monochromatic Colors of #47BAB2
Black with #47BAB2
Text Example
Text Example
White with #47BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAB2; }
p { color: rgb(71,186,178); }
H1.HeaderClassName
{
color: #47BAB2;
}
.AnyTagClassName
{
color: #47BAB2;
}
</style>
background-color css
<style>
a { background-color: #47BAB2; }
a { background-color: rgb(71,186,178); }
div.DivClassName
{
background-color: #47BAB2;
}
.BgClassName
{
background-color: #47BAB2;
}
</style>
border-color css
<style>
span { border-color: #47BAB2; }
span { border-color: rgb(71,186,178); }
td.TdClassName
{
border-color: #47BAB2;
}
.TagClassName
{
border-color: #47BAB2;
}
</style>