Shades of Puerto Rico #47B694
Tints of Puerto Rico #47B694
RGB
CMYK
RGB Variations
Color information
#47B694 (or 0x47B694) is known color: Puerto Rico. HEX triplet: 47, B6 and 94. RGB value is (71,182,148). Sum of RGB (Red+Green+Blue) = 71+182+148=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #47B694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B694 is #B8496B. Grayscale: #909090. Windows color (decimal): -12077420 or 9745991. OLE color: 9745991.
HSL color Cylindrical-coordinate representation of color #47B694: hue angle of 161.62º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B694 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 182 | 148 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.29 |
| HSL | 161.62º | 0.44% | 0.5% | - |
| HSV(B) | 161.62º | 0.61% | 0.71% | - |
| XYZ | 24.67 | 36.93 | 33.85 | - |
| YUV | 144.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 182 | 148 | 0.61 | 0 | 0.19 | 0.29 | 161.62 | 0.44 | 0.5 |
| Hex | 47 | B6 | 94 | 3D | 0 | 13 | 1D | A2 | 2C | 32 |
| Octal | 107 | 266 | 224 | 75 | 0 | 23 | 35 | 242 | 54 | 62 |
| Binary | 1000111 | 10110110 | 10010100 | 111101 | 0 | 10011 | 11101 | 10100010 | 101100 | 110010 |
Color Harmonies of #47B694
Complementary color
Monochromatic Colors of #47B694
Black with #47B694
Text Example
Text Example
White with #47B694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B694; }
p { color: rgb(71,182,148); }
H1.HeaderClassName
{
color: #47B694;
}
.AnyTagClassName
{
color: #47B694;
}
</style>
background-color css
<style>
a { background-color: #47B694; }
a { background-color: rgb(71,182,148); }
div.DivClassName
{
background-color: #47B694;
}
.BgClassName
{
background-color: #47B694;
}
</style>
border-color css
<style>
span { border-color: #47B694; }
span { border-color: rgb(71,182,148); }
td.TdClassName
{
border-color: #47B694;
}
.TagClassName
{
border-color: #47B694;
}
</style>