Shades of Puerto Rico #47C0A5
Tints of Puerto Rico #47C0A5
RGB
CMYK
RGB Variations
Color information
#47C0A5 (or 0x47C0A5) is known color: Puerto Rico. HEX triplet: 47, C0 and A5. RGB value is (71,192,165). Sum of RGB (Red+Green+Blue) = 71+192+165=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #47C0A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C0A5 is #B83F5A. Grayscale: #989898. Windows color (decimal): -12074843 or 10862663. OLE color: 10862663.
HSL color Cylindrical-coordinate representation of color #47C0A5: hue angle of 166.61º 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 #47C0A5 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 165 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.25 |
| HSL | 166.61º | 0.49% | 0.52% | - |
| HSV(B) | 166.61º | 0.63% | 0.75% | - |
| XYZ | 28.24 | 41.76 | 42.17 | - |
| YUV | 152.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 165 | 0.63 | 0 | 0.14 | 0.25 | 166.61 | 0.49 | 0.52 |
| Hex | 47 | C0 | A5 | 3F | 0 | E | 19 | A7 | 31 | 34 |
| Octal | 107 | 300 | 245 | 77 | 0 | 16 | 31 | 247 | 61 | 64 |
| Binary | 1000111 | 11000000 | 10100101 | 111111 | 0 | 1110 | 11001 | 10100111 | 110001 | 110100 |
Color Harmonies of #47C0A5
Complementary color
Monochromatic Colors of #47C0A5
Black with #47C0A5
Text Example
Text Example
White with #47C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C0A5; }
p { color: rgb(71,192,165); }
H1.HeaderClassName
{
color: #47C0A5;
}
.AnyTagClassName
{
color: #47C0A5;
}
</style>
background-color css
<style>
a { background-color: #47C0A5; }
a { background-color: rgb(71,192,165); }
div.DivClassName
{
background-color: #47C0A5;
}
.BgClassName
{
background-color: #47C0A5;
}
</style>
border-color css
<style>
span { border-color: #47C0A5; }
span { border-color: rgb(71,192,165); }
td.TdClassName
{
border-color: #47C0A5;
}
.TagClassName
{
border-color: #47C0A5;
}
</style>