Shades of Puerto Rico #47C09C
Tints of Puerto Rico #47C09C
RGB
CMYK
RGB Variations
Color information
#47C09C (or 0x47C09C) is known color: Puerto Rico. HEX triplet: 47, C0 and 9C. RGB value is (71,192,156). Sum of RGB (Red+Green+Blue) = 71+192+156=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #47C09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C09C is #B83F63. Grayscale: #979797. Windows color (decimal): -12074852 or 10272839. OLE color: 10272839.
HSL color Cylindrical-coordinate representation of color #47C09C: hue angle of 162.15º 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 #47C09C is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 156 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.25 |
| HSL | 162.15º | 0.49% | 0.52% | - |
| HSV(B) | 162.15º | 0.63% | 0.75% | - |
| XYZ | 27.45 | 41.44 | 38 | - |
| YUV | 151.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 156 | 0.63 | 0 | 0.19 | 0.25 | 162.15 | 0.49 | 0.52 |
| Hex | 47 | C0 | 9C | 3F | 0 | 13 | 19 | A2 | 31 | 34 |
| Octal | 107 | 300 | 234 | 77 | 0 | 23 | 31 | 242 | 61 | 64 |
| Binary | 1000111 | 11000000 | 10011100 | 111111 | 0 | 10011 | 11001 | 10100010 | 110001 | 110100 |
Color Harmonies of #47C09C
Complementary color
Monochromatic Colors of #47C09C
Black with #47C09C
Text Example
Text Example
White with #47C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C09C; }
p { color: rgb(71,192,156); }
H1.HeaderClassName
{
color: #47C09C;
}
.AnyTagClassName
{
color: #47C09C;
}
</style>
background-color css
<style>
a { background-color: #47C09C; }
a { background-color: rgb(71,192,156); }
div.DivClassName
{
background-color: #47C09C;
}
.BgClassName
{
background-color: #47C09C;
}
</style>
border-color css
<style>
span { border-color: #47C09C; }
span { border-color: rgb(71,192,156); }
td.TdClassName
{
border-color: #47C09C;
}
.TagClassName
{
border-color: #47C09C;
}
</style>