Shades of Puerto Rico #47CCB0
Tints of Puerto Rico #47CCB0
RGB
CMYK
RGB Variations
Color information
#47CCB0 (or 0x47CCB0) is known color: Puerto Rico. HEX triplet: 47, CC and B0. RGB value is (71,204,176). Sum of RGB (Red+Green+Blue) = 71+204+176=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CCB0 is #B8334F. Grayscale: #A1A1A1. Windows color (decimal): -12071760 or 11586631. OLE color: 11586631.
HSL color Cylindrical-coordinate representation of color #47CCB0: hue angle of 167.37º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CCB0 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 176 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.2 |
| HSL | 167.37º | 0.57% | 0.54% | - |
| HSV(B) | 167.37º | 0.65% | 0.8% | - |
| XYZ | 32.03 | 47.66 | 48.59 | - |
| YUV | 161.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 176 | 0.65 | 0 | 0.14 | 0.2 | 167.37 | 0.57 | 0.54 |
| Hex | 47 | CC | B0 | 41 | 0 | E | 14 | A7 | 39 | 36 |
| Octal | 107 | 314 | 260 | 101 | 0 | 16 | 24 | 247 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10110000 | 1000001 | 0 | 1110 | 10100 | 10100111 | 111001 | 110110 |
Color Harmonies of #47CCB0
Complementary color
Monochromatic Colors of #47CCB0
Black with #47CCB0
Text Example
Text Example
White with #47CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCB0; }
p { color: rgb(71,204,176); }
H1.HeaderClassName
{
color: #47CCB0;
}
.AnyTagClassName
{
color: #47CCB0;
}
</style>
background-color css
<style>
a { background-color: #47CCB0; }
a { background-color: rgb(71,204,176); }
div.DivClassName
{
background-color: #47CCB0;
}
.BgClassName
{
background-color: #47CCB0;
}
</style>
border-color css
<style>
span { border-color: #47CCB0; }
span { border-color: rgb(71,204,176); }
td.TdClassName
{
border-color: #47CCB0;
}
.TagClassName
{
border-color: #47CCB0;
}
</style>