Shades of Puerto Rico #47C09F
Tints of Puerto Rico #47C09F
RGB
CMYK
RGB Variations
Color information
#47C09F (or 0x47C09F) is known color: Puerto Rico. HEX triplet: 47, C0 and 9F. RGB value is (71,192,159). Sum of RGB (Red+Green+Blue) = 71+192+159=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #47C09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C09F is #B83F60. Grayscale: #989898. Windows color (decimal): -12074849 or 10469447. OLE color: 10469447.
HSL color Cylindrical-coordinate representation of color #47C09F: hue angle of 163.64º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C09F is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 159 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.25 |
| HSL | 163.64º | 0.49% | 0.52% | - |
| HSV(B) | 163.64º | 0.63% | 0.75% | - |
| XYZ | 27.71 | 41.54 | 39.36 | - |
| YUV | 152.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 159 | 0.63 | 0 | 0.17 | 0.25 | 163.64 | 0.49 | 0.52 |
| Hex | 47 | C0 | 9F | 3F | 0 | 11 | 19 | A4 | 31 | 34 |
| Octal | 107 | 300 | 237 | 77 | 0 | 21 | 31 | 244 | 61 | 64 |
| Binary | 1000111 | 11000000 | 10011111 | 111111 | 0 | 10001 | 11001 | 10100100 | 110001 | 110100 |
Color Harmonies of #47C09F
Complementary color
Monochromatic Colors of #47C09F
Black with #47C09F
Text Example
Text Example
White with #47C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C09F; }
p { color: rgb(71,192,159); }
H1.HeaderClassName
{
color: #47C09F;
}
.AnyTagClassName
{
color: #47C09F;
}
</style>
background-color css
<style>
a { background-color: #47C09F; }
a { background-color: rgb(71,192,159); }
div.DivClassName
{
background-color: #47C09F;
}
.BgClassName
{
background-color: #47C09F;
}
</style>
border-color css
<style>
span { border-color: #47C09F; }
span { border-color: rgb(71,192,159); }
td.TdClassName
{
border-color: #47C09F;
}
.TagClassName
{
border-color: #47C09F;
}
</style>