Shades of Puerto Rico #47B199
Tints of Puerto Rico #47B199
RGB
CMYK
RGB Variations
Color information
#47B199 (or 0x47B199) is known color: Puerto Rico. HEX triplet: 47, B1 and 99. RGB value is (71,177,153). Sum of RGB (Red+Green+Blue) = 71+177+153=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #47B199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B199 is #B84E66. Grayscale: #8E8E8E. Windows color (decimal): -12078695 or 10072391. OLE color: 10072391.
HSL color Cylindrical-coordinate representation of color #47B199: hue angle of 166.42º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B199 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 177 | 153 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.31 |
| HSL | 166.42º | 0.43% | 0.49% | - |
| HSV(B) | 166.42º | 0.6% | 0.69% | - |
| XYZ | 24.07 | 35.08 | 35.64 | - |
| YUV | 142.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 177 | 153 | 0.60 | 0 | 0.14 | 0.31 | 166.42 | 0.43 | 0.49 |
| Hex | 47 | B1 | 99 | 3C | 0 | E | 1F | A6 | 2B | 31 |
| Octal | 107 | 261 | 231 | 74 | 0 | 16 | 37 | 246 | 53 | 61 |
| Binary | 1000111 | 10110001 | 10011001 | 111100 | 0 | 1110 | 11111 | 10100110 | 101011 | 110001 |
Color Harmonies of #47B199
Complementary color
Monochromatic Colors of #47B199
Black with #47B199
Text Example
Text Example
White with #47B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B199; }
p { color: rgb(71,177,153); }
H1.HeaderClassName
{
color: #47B199;
}
.AnyTagClassName
{
color: #47B199;
}
</style>
background-color css
<style>
a { background-color: #47B199; }
a { background-color: rgb(71,177,153); }
div.DivClassName
{
background-color: #47B199;
}
.BgClassName
{
background-color: #47B199;
}
</style>
border-color css
<style>
span { border-color: #47B199; }
span { border-color: rgb(71,177,153); }
td.TdClassName
{
border-color: #47B199;
}
.TagClassName
{
border-color: #47B199;
}
</style>