Shades of Puerto Rico #47B2AA
Tints of Puerto Rico #47B2AA
RGB
CMYK
RGB Variations
Color information
#47B2AA (or 0x47B2AA) is known color: Puerto Rico. HEX triplet: 47, B2 and AA. RGB value is (71,178,170). Sum of RGB (Red+Green+Blue) = 71+178+170=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #47B2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B2AA is #B84D55. Grayscale: #919191. Windows color (decimal): -12078422 or 11186759. OLE color: 11186759.
HSL color Cylindrical-coordinate representation of color #47B2AA: hue angle of 175.51º 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 #47B2AA is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 178 | 170 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.30 |
| HSL | 175.51º | 0.43% | 0.49% | - |
| HSV(B) | 175.51º | 0.6% | 0.7% | - |
| XYZ | 25.77 | 36.08 | 43.64 | - |
| YUV | 145.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 170 | 0.60 | 0 | 0.04 | 0.30 | 175.51 | 0.43 | 0.49 |
| Hex | 47 | B2 | AA | 3C | 0 | 4 | 1E | B0 | 2B | 31 |
| Octal | 107 | 262 | 252 | 74 | 0 | 4 | 36 | 260 | 53 | 61 |
| Binary | 1000111 | 10110010 | 10101010 | 111100 | 0 | 100 | 11110 | 10110000 | 101011 | 110001 |
Color Harmonies of #47B2AA
Complementary color
Monochromatic Colors of #47B2AA
Black with #47B2AA
Text Example
Text Example
White with #47B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B2AA; }
p { color: rgb(71,178,170); }
H1.HeaderClassName
{
color: #47B2AA;
}
.AnyTagClassName
{
color: #47B2AA;
}
</style>
background-color css
<style>
a { background-color: #47B2AA; }
a { background-color: rgb(71,178,170); }
div.DivClassName
{
background-color: #47B2AA;
}
.BgClassName
{
background-color: #47B2AA;
}
</style>
border-color css
<style>
span { border-color: #47B2AA; }
span { border-color: rgb(71,178,170); }
td.TdClassName
{
border-color: #47B2AA;
}
.TagClassName
{
border-color: #47B2AA;
}
</style>