Shades of Puerto Rico #47C7B2
Tints of Puerto Rico #47C7B2
RGB
CMYK
RGB Variations
Color information
#47C7B2 (or 0x47C7B2) is known color: Puerto Rico. HEX triplet: 47, C7 and B2. RGB value is (71,199,178). Sum of RGB (Red+Green+Blue) = 71+199+178=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #47C7B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C7B2 is #B8384D. Grayscale: #9E9E9E. Windows color (decimal): -12073038 or 11716423. OLE color: 11716423.
HSL color Cylindrical-coordinate representation of color #47C7B2: hue angle of 170.16º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C7B2 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 199 | 178 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.22 |
| HSL | 170.16º | 0.53% | 0.53% | - |
| HSV(B) | 170.16º | 0.64% | 0.78% | - |
| XYZ | 31.06 | 45.4 | 49.25 | - |
| YUV | 158.33 | 139.09 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 178 | 0.64 | 0 | 0.11 | 0.22 | 170.16 | 0.53 | 0.53 |
| Hex | 47 | C7 | B2 | 40 | 0 | B | 16 | AA | 35 | 35 |
| Octal | 107 | 307 | 262 | 100 | 0 | 13 | 26 | 252 | 65 | 65 |
| Binary | 1000111 | 11000111 | 10110010 | 1000000 | 0 | 1011 | 10110 | 10101010 | 110101 | 110101 |
Color Harmonies of #47C7B2
Complementary color
Monochromatic Colors of #47C7B2
Black with #47C7B2
Text Example
Text Example
White with #47C7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C7B2; }
p { color: rgb(71,199,178); }
H1.HeaderClassName
{
color: #47C7B2;
}
.AnyTagClassName
{
color: #47C7B2;
}
</style>
background-color css
<style>
a { background-color: #47C7B2; }
a { background-color: rgb(71,199,178); }
div.DivClassName
{
background-color: #47C7B2;
}
.BgClassName
{
background-color: #47C7B2;
}
</style>
border-color css
<style>
span { border-color: #47C7B2; }
span { border-color: rgb(71,199,178); }
td.TdClassName
{
border-color: #47C7B2;
}
.TagClassName
{
border-color: #47C7B2;
}
</style>