Shades of Puerto Rico #47CEB1
Tints of Puerto Rico #47CEB1
RGB
CMYK
RGB Variations
Color information
#47CEB1 (or 0x47CEB1) is known color: Puerto Rico. HEX triplet: 47, CE and B1. RGB value is (71,206,177). Sum of RGB (Red+Green+Blue) = 71+206+177=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CEB1 is #B8314E. Grayscale: #A2A2A2. Windows color (decimal): -12071247 or 11652679. OLE color: 11652679.
HSL color Cylindrical-coordinate representation of color #47CEB1: hue angle of 167.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CEB1 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 177 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.19 |
| HSL | 167.11º | 0.58% | 0.54% | - |
| HSV(B) | 167.11º | 0.66% | 0.81% | - |
| XYZ | 32.61 | 48.66 | 49.27 | - |
| YUV | 162.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 177 | 0.66 | 0 | 0.14 | 0.19 | 167.11 | 0.58 | 0.54 |
| Hex | 47 | CE | B1 | 42 | 0 | E | 13 | A7 | 3A | 36 |
| Octal | 107 | 316 | 261 | 102 | 0 | 16 | 23 | 247 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10110001 | 1000010 | 0 | 1110 | 10011 | 10100111 | 111010 | 110110 |
Color Harmonies of #47CEB1
Complementary color
Monochromatic Colors of #47CEB1
Black with #47CEB1
Text Example
Text Example
White with #47CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEB1; }
p { color: rgb(71,206,177); }
H1.HeaderClassName
{
color: #47CEB1;
}
.AnyTagClassName
{
color: #47CEB1;
}
</style>
background-color css
<style>
a { background-color: #47CEB1; }
a { background-color: rgb(71,206,177); }
div.DivClassName
{
background-color: #47CEB1;
}
.BgClassName
{
background-color: #47CEB1;
}
</style>
border-color css
<style>
span { border-color: #47CEB1; }
span { border-color: rgb(71,206,177); }
td.TdClassName
{
border-color: #47CEB1;
}
.TagClassName
{
border-color: #47CEB1;
}
</style>