Shades of Puerto Rico #47B2AC
Tints of Puerto Rico #47B2AC
RGB
CMYK
RGB Variations
Color information
#47B2AC (or 0x47B2AC) is known color: Puerto Rico. HEX triplet: 47, B2 and AC. RGB value is (71,178,172). Sum of RGB (Red+Green+Blue) = 71+178+172=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #47B2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B2AC is #B84D53. Grayscale: #919191. Windows color (decimal): -12078420 or 11317831. OLE color: 11317831.
HSL color Cylindrical-coordinate representation of color #47B2AC: hue angle of 176.64º 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 #47B2AC is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 178 | 172 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.30 |
| HSL | 176.64º | 0.43% | 0.49% | - |
| HSV(B) | 176.64º | 0.6% | 0.7% | - |
| XYZ | 25.97 | 36.16 | 44.64 | - |
| YUV | 145.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 172 | 0.60 | 0 | 0.03 | 0.30 | 176.64 | 0.43 | 0.49 |
| Hex | 47 | B2 | AC | 3C | 0 | 3 | 1E | B1 | 2B | 31 |
| Octal | 107 | 262 | 254 | 74 | 0 | 3 | 36 | 261 | 53 | 61 |
| Binary | 1000111 | 10110010 | 10101100 | 111100 | 0 | 11 | 11110 | 10110001 | 101011 | 110001 |
Color Harmonies of #47B2AC
Complementary color
Monochromatic Colors of #47B2AC
Black with #47B2AC
Text Example
Text Example
White with #47B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B2AC; }
p { color: rgb(71,178,172); }
H1.HeaderClassName
{
color: #47B2AC;
}
.AnyTagClassName
{
color: #47B2AC;
}
</style>
background-color css
<style>
a { background-color: #47B2AC; }
a { background-color: rgb(71,178,172); }
div.DivClassName
{
background-color: #47B2AC;
}
.BgClassName
{
background-color: #47B2AC;
}
</style>
border-color css
<style>
span { border-color: #47B2AC; }
span { border-color: rgb(71,178,172); }
td.TdClassName
{
border-color: #47B2AC;
}
.TagClassName
{
border-color: #47B2AC;
}
</style>