Shades of Puerto Rico #47B99D
Tints of Puerto Rico #47B99D
RGB
CMYK
RGB Variations
Color information
#47B99D (or 0x47B99D) is known color: Puerto Rico. HEX triplet: 47, B9 and 9D. RGB value is (71,185,157). Sum of RGB (Red+Green+Blue) = 71+185+157=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #47B99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B99D is #B84662. Grayscale: #939393. Windows color (decimal): -12076643 or 10336583. OLE color: 10336583.
HSL color Cylindrical-coordinate representation of color #47B99D: hue angle of 165.26º 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 #47B99D is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 185 | 157 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.27 |
| HSL | 165.26º | 0.45% | 0.5% | - |
| HSV(B) | 165.26º | 0.62% | 0.73% | - |
| XYZ | 26.03 | 38.47 | 37.95 | - |
| YUV | 147.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 185 | 157 | 0.62 | 0 | 0.15 | 0.27 | 165.26 | 0.45 | 0.5 |
| Hex | 47 | B9 | 9D | 3E | 0 | F | 1B | A5 | 2D | 32 |
| Octal | 107 | 271 | 235 | 76 | 0 | 17 | 33 | 245 | 55 | 62 |
| Binary | 1000111 | 10111001 | 10011101 | 111110 | 0 | 1111 | 11011 | 10100101 | 101101 | 110010 |
Color Harmonies of #47B99D
Complementary color
Monochromatic Colors of #47B99D
Black with #47B99D
Text Example
Text Example
White with #47B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B99D; }
p { color: rgb(71,185,157); }
H1.HeaderClassName
{
color: #47B99D;
}
.AnyTagClassName
{
color: #47B99D;
}
</style>
background-color css
<style>
a { background-color: #47B99D; }
a { background-color: rgb(71,185,157); }
div.DivClassName
{
background-color: #47B99D;
}
.BgClassName
{
background-color: #47B99D;
}
</style>
border-color css
<style>
span { border-color: #47B99D; }
span { border-color: rgb(71,185,157); }
td.TdClassName
{
border-color: #47B99D;
}
.TagClassName
{
border-color: #47B99D;
}
</style>