Shades of Puerto Rico #47B7A4
Tints of Puerto Rico #47B7A4
RGB
CMYK
RGB Variations
Color information
#47B7A4 (or 0x47B7A4) is known color: Puerto Rico. HEX triplet: 47, B7 and A4. RGB value is (71,183,164). Sum of RGB (Red+Green+Blue) = 71+183+164=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #47B7A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B7A4 is #B8485B. Grayscale: #939393. Windows color (decimal): -12077148 or 10794823. OLE color: 10794823.
HSL color Cylindrical-coordinate representation of color #47B7A4: hue angle of 169.82º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B7A4 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 183 | 164 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.28 |
| HSL | 169.82º | 0.44% | 0.5% | - |
| HSV(B) | 169.82º | 0.61% | 0.72% | - |
| XYZ | 26.23 | 37.89 | 41.05 | - |
| YUV | 147.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 183 | 164 | 0.61 | 0 | 0.10 | 0.28 | 169.82 | 0.44 | 0.5 |
| Hex | 47 | B7 | A4 | 3D | 0 | A | 1C | AA | 2C | 32 |
| Octal | 107 | 267 | 244 | 75 | 0 | 12 | 34 | 252 | 54 | 62 |
| Binary | 1000111 | 10110111 | 10100100 | 111101 | 0 | 1010 | 11100 | 10101010 | 101100 | 110010 |
Color Harmonies of #47B7A4
Complementary color
Monochromatic Colors of #47B7A4
Black with #47B7A4
Text Example
Text Example
White with #47B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B7A4; }
p { color: rgb(71,183,164); }
H1.HeaderClassName
{
color: #47B7A4;
}
.AnyTagClassName
{
color: #47B7A4;
}
</style>
background-color css
<style>
a { background-color: #47B7A4; }
a { background-color: rgb(71,183,164); }
div.DivClassName
{
background-color: #47B7A4;
}
.BgClassName
{
background-color: #47B7A4;
}
</style>
border-color css
<style>
span { border-color: #47B7A4; }
span { border-color: rgb(71,183,164); }
td.TdClassName
{
border-color: #47B7A4;
}
.TagClassName
{
border-color: #47B7A4;
}
</style>