Shades of Puerto Rico #47C1AF
Tints of Puerto Rico #47C1AF
RGB
CMYK
RGB Variations
Color information
#47C1AF (or 0x47C1AF) is known color: Puerto Rico. HEX triplet: 47, C1 and AF. RGB value is (71,193,175). Sum of RGB (Red+Green+Blue) = 71+193+175=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #47C1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C1AF is #B83E50. Grayscale: #9A9A9A. Windows color (decimal): -12074577 or 11518279. OLE color: 11518279.
HSL color Cylindrical-coordinate representation of color #47C1AF: hue angle of 171.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C1AF is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 175 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.24 |
| HSL | 171.15º | 0.5% | 0.52% | - |
| HSV(B) | 171.15º | 0.63% | 0.76% | - |
| XYZ | 29.41 | 42.57 | 47.23 | - |
| YUV | 154.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 175 | 0.63 | 0 | 0.09 | 0.24 | 171.15 | 0.5 | 0.52 |
| Hex | 47 | C1 | AF | 3F | 0 | 9 | 18 | AB | 32 | 34 |
| Octal | 107 | 301 | 257 | 77 | 0 | 11 | 30 | 253 | 62 | 64 |
| Binary | 1000111 | 11000001 | 10101111 | 111111 | 0 | 1001 | 11000 | 10101011 | 110010 | 110100 |
Color Harmonies of #47C1AF
Complementary color
Monochromatic Colors of #47C1AF
Black with #47C1AF
Text Example
Text Example
White with #47C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C1AF; }
p { color: rgb(71,193,175); }
H1.HeaderClassName
{
color: #47C1AF;
}
.AnyTagClassName
{
color: #47C1AF;
}
</style>
background-color css
<style>
a { background-color: #47C1AF; }
a { background-color: rgb(71,193,175); }
div.DivClassName
{
background-color: #47C1AF;
}
.BgClassName
{
background-color: #47C1AF;
}
</style>
border-color css
<style>
span { border-color: #47C1AF; }
span { border-color: rgb(71,193,175); }
td.TdClassName
{
border-color: #47C1AF;
}
.TagClassName
{
border-color: #47C1AF;
}
</style>