Shades of Puerto Rico #47CEAF
Tints of Puerto Rico #47CEAF
RGB
CMYK
RGB Variations
Color information
#47CEAF (or 0x47CEAF) is known color: Puerto Rico. HEX triplet: 47, CE and AF. RGB value is (71,206,175). Sum of RGB (Red+Green+Blue) = 71+206+175=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CEAF is #B83150. Grayscale: #A2A2A2. Windows color (decimal): -12071249 or 11521607. OLE color: 11521607.
HSL color Cylindrical-coordinate representation of color #47CEAF: hue angle of 166.22º 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 #47CEAF is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 175 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.19 |
| HSL | 166.22º | 0.58% | 0.54% | - |
| HSV(B) | 166.22º | 0.66% | 0.81% | - |
| XYZ | 32.41 | 48.58 | 48.23 | - |
| YUV | 162.1 | 135.27 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 175 | 0.66 | 0 | 0.15 | 0.19 | 166.22 | 0.58 | 0.54 |
| Hex | 47 | CE | AF | 42 | 0 | F | 13 | A6 | 3A | 36 |
| Octal | 107 | 316 | 257 | 102 | 0 | 17 | 23 | 246 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10101111 | 1000010 | 0 | 1111 | 10011 | 10100110 | 111010 | 110110 |
Color Harmonies of #47CEAF
Complementary color
Monochromatic Colors of #47CEAF
Black with #47CEAF
Text Example
Text Example
White with #47CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEAF; }
p { color: rgb(71,206,175); }
H1.HeaderClassName
{
color: #47CEAF;
}
.AnyTagClassName
{
color: #47CEAF;
}
</style>
background-color css
<style>
a { background-color: #47CEAF; }
a { background-color: rgb(71,206,175); }
div.DivClassName
{
background-color: #47CEAF;
}
.BgClassName
{
background-color: #47CEAF;
}
</style>
border-color css
<style>
span { border-color: #47CEAF; }
span { border-color: rgb(71,206,175); }
td.TdClassName
{
border-color: #47CEAF;
}
.TagClassName
{
border-color: #47CEAF;
}
</style>