Shades of Puerto Rico #47B0AA
Tints of Puerto Rico #47B0AA
RGB
CMYK
RGB Variations
Color information
#47B0AA (or 0x47B0AA) is known color: Puerto Rico. HEX triplet: 47, B0 and AA. RGB value is (71,176,170). Sum of RGB (Red+Green+Blue) = 71+176+170=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #47B0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B0AA is #B84F55. Grayscale: #8F8F8F. Windows color (decimal): -12078934 or 11186247. OLE color: 11186247.
HSL color Cylindrical-coordinate representation of color #47B0AA: hue angle of 176.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B0AA is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 176 | 170 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.31 |
| HSL | 176.57º | 0.43% | 0.48% | - |
| HSV(B) | 176.57º | 0.6% | 0.69% | - |
| XYZ | 25.38 | 35.29 | 43.5 | - |
| YUV | 143.92 | 142.71 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 176 | 170 | 0.60 | 0 | 0.03 | 0.31 | 176.57 | 0.43 | 0.48 |
| Hex | 47 | B0 | AA | 3C | 0 | 3 | 1F | B1 | 2B | 30 |
| Octal | 107 | 260 | 252 | 74 | 0 | 3 | 37 | 261 | 53 | 60 |
| Binary | 1000111 | 10110000 | 10101010 | 111100 | 0 | 11 | 11111 | 10110001 | 101011 | 110000 |
Color Harmonies of #47B0AA
Complementary color
Monochromatic Colors of #47B0AA
Black with #47B0AA
Text Example
Text Example
White with #47B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B0AA; }
p { color: rgb(71,176,170); }
H1.HeaderClassName
{
color: #47B0AA;
}
.AnyTagClassName
{
color: #47B0AA;
}
</style>
background-color css
<style>
a { background-color: #47B0AA; }
a { background-color: rgb(71,176,170); }
div.DivClassName
{
background-color: #47B0AA;
}
.BgClassName
{
background-color: #47B0AA;
}
</style>
border-color css
<style>
span { border-color: #47B0AA; }
span { border-color: rgb(71,176,170); }
td.TdClassName
{
border-color: #47B0AA;
}
.TagClassName
{
border-color: #47B0AA;
}
</style>