Shades of Puerto Rico #47B2B0
Tints of Puerto Rico #47B2B0
RGB
CMYK
RGB Variations
Color information
#47B2B0 (or 0x47B2B0) is known color: Puerto Rico. HEX triplet: 47, B2 and B0. RGB value is (71,178,176). Sum of RGB (Red+Green+Blue) = 71+178+176=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #47B2B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B2B0 is #B84D4F. Grayscale: #919191. Windows color (decimal): -12078416 or 11579975. OLE color: 11579975.
HSL color Cylindrical-coordinate representation of color #47B2B0: hue angle of 178.88º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B2B0 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 178 | 176 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.30 |
| HSL | 178.88º | 0.43% | 0.49% | - |
| HSV(B) | 178.88º | 0.6% | 0.7% | - |
| XYZ | 26.36 | 36.31 | 46.69 | - |
| YUV | 145.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 176 | 0.60 | 0 | 0.01 | 0.30 | 178.88 | 0.43 | 0.49 |
| Hex | 47 | B2 | B0 | 3C | 0 | 1 | 1E | B3 | 2B | 31 |
| Octal | 107 | 262 | 260 | 74 | 0 | 1 | 36 | 263 | 53 | 61 |
| Binary | 1000111 | 10110010 | 10110000 | 111100 | 0 | 1 | 11110 | 10110011 | 101011 | 110001 |
Color Harmonies of #47B2B0
Complementary color
Monochromatic Colors of #47B2B0
Black with #47B2B0
Text Example
Text Example
White with #47B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B2B0; }
p { color: rgb(71,178,176); }
H1.HeaderClassName
{
color: #47B2B0;
}
.AnyTagClassName
{
color: #47B2B0;
}
</style>
background-color css
<style>
a { background-color: #47B2B0; }
a { background-color: rgb(71,178,176); }
div.DivClassName
{
background-color: #47B2B0;
}
.BgClassName
{
background-color: #47B2B0;
}
</style>
border-color css
<style>
span { border-color: #47B2B0; }
span { border-color: rgb(71,178,176); }
td.TdClassName
{
border-color: #47B2B0;
}
.TagClassName
{
border-color: #47B2B0;
}
</style>