Shades of Puerto Rico #47B9AF
Tints of Puerto Rico #47B9AF
RGB
CMYK
RGB Variations
Color information
#47B9AF (or 0x47B9AF) is known color: Puerto Rico. HEX triplet: 47, B9 and AF. RGB value is (71,185,175). Sum of RGB (Red+Green+Blue) = 71+185+175=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #47B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B9AF is #B84650. Grayscale: #959595. Windows color (decimal): -12076625 or 11516231. OLE color: 11516231.
HSL color Cylindrical-coordinate representation of color #47B9AF: hue angle of 174.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B9AF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 185 | 175 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.27 |
| HSL | 174.74º | 0.45% | 0.5% | - |
| HSV(B) | 174.74º | 0.62% | 0.73% | - |
| XYZ | 27.69 | 39.13 | 46.65 | - |
| YUV | 149.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 185 | 175 | 0.62 | 0 | 0.05 | 0.27 | 174.74 | 0.45 | 0.5 |
| Hex | 47 | B9 | AF | 3E | 0 | 5 | 1B | AF | 2D | 32 |
| Octal | 107 | 271 | 257 | 76 | 0 | 5 | 33 | 257 | 55 | 62 |
| Binary | 1000111 | 10111001 | 10101111 | 111110 | 0 | 101 | 11011 | 10101111 | 101101 | 110010 |
Color Harmonies of #47B9AF
Complementary color
Monochromatic Colors of #47B9AF
Black with #47B9AF
Text Example
Text Example
White with #47B9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B9AF; }
p { color: rgb(71,185,175); }
H1.HeaderClassName
{
color: #47B9AF;
}
.AnyTagClassName
{
color: #47B9AF;
}
</style>
background-color css
<style>
a { background-color: #47B9AF; }
a { background-color: rgb(71,185,175); }
div.DivClassName
{
background-color: #47B9AF;
}
.BgClassName
{
background-color: #47B9AF;
}
</style>
border-color css
<style>
span { border-color: #47B9AF; }
span { border-color: rgb(71,185,175); }
td.TdClassName
{
border-color: #47B9AF;
}
.TagClassName
{
border-color: #47B9AF;
}
</style>