Shades of Puerto Rico #47CFB1
Tints of Puerto Rico #47CFB1
RGB
CMYK
RGB Variations
Color information
#47CFB1 (or 0x47CFB1) is known color: Puerto Rico. HEX triplet: 47, CF and B1. RGB value is (71,207,177). Sum of RGB (Red+Green+Blue) = 71+207+177=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFB1 is #B8304E. Grayscale: #A2A2A2. Windows color (decimal): -12070991 or 11652935. OLE color: 11652935.
HSL color Cylindrical-coordinate representation of color #47CFB1: hue angle of 166.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFB1 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 177 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.19 |
| HSL | 166.76º | 0.59% | 0.55% | - |
| HSV(B) | 166.76º | 0.66% | 0.81% | - |
| XYZ | 32.85 | 49.14 | 49.35 | - |
| YUV | 162.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 177 | 0.66 | 0 | 0.14 | 0.19 | 166.76 | 0.59 | 0.55 |
| Hex | 47 | CF | B1 | 42 | 0 | E | 13 | A7 | 3B | 37 |
| Octal | 107 | 317 | 261 | 102 | 0 | 16 | 23 | 247 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10110001 | 1000010 | 0 | 1110 | 10011 | 10100111 | 111011 | 110111 |
Color Harmonies of #47CFB1
Complementary color
Monochromatic Colors of #47CFB1
Black with #47CFB1
Text Example
Text Example
White with #47CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFB1; }
p { color: rgb(71,207,177); }
H1.HeaderClassName
{
color: #47CFB1;
}
.AnyTagClassName
{
color: #47CFB1;
}
</style>
background-color css
<style>
a { background-color: #47CFB1; }
a { background-color: rgb(71,207,177); }
div.DivClassName
{
background-color: #47CFB1;
}
.BgClassName
{
background-color: #47CFB1;
}
</style>
border-color css
<style>
span { border-color: #47CFB1; }
span { border-color: rgb(71,207,177); }
td.TdClassName
{
border-color: #47CFB1;
}
.TagClassName
{
border-color: #47CFB1;
}
</style>