Shades of Puerto Rico #47B4A4
Tints of Puerto Rico #47B4A4
RGB
CMYK
RGB Variations
Color information
#47B4A4 (or 0x47B4A4) is known color: Puerto Rico. HEX triplet: 47, B4 and A4. RGB value is (71,180,164). Sum of RGB (Red+Green+Blue) = 71+180+164=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #47B4A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B4A4 is #B84B5B. Grayscale: #919191. Windows color (decimal): -12077916 or 10794055. OLE color: 10794055.
HSL color Cylindrical-coordinate representation of color #47B4A4: hue angle of 171.19º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B4A4 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 164 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.29 |
| HSL | 171.19º | 0.43% | 0.49% | - |
| HSV(B) | 171.19º | 0.61% | 0.71% | - |
| XYZ | 25.62 | 36.66 | 40.85 | - |
| YUV | 145.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 164 | 0.61 | 0 | 0.09 | 0.29 | 171.19 | 0.43 | 0.49 |
| Hex | 47 | B4 | A4 | 3D | 0 | 9 | 1D | AB | 2B | 31 |
| Octal | 107 | 264 | 244 | 75 | 0 | 11 | 35 | 253 | 53 | 61 |
| Binary | 1000111 | 10110100 | 10100100 | 111101 | 0 | 1001 | 11101 | 10101011 | 101011 | 110001 |
Color Harmonies of #47B4A4
Complementary color
Monochromatic Colors of #47B4A4
Black with #47B4A4
Text Example
Text Example
White with #47B4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B4A4; }
p { color: rgb(71,180,164); }
H1.HeaderClassName
{
color: #47B4A4;
}
.AnyTagClassName
{
color: #47B4A4;
}
</style>
background-color css
<style>
a { background-color: #47B4A4; }
a { background-color: rgb(71,180,164); }
div.DivClassName
{
background-color: #47B4A4;
}
.BgClassName
{
background-color: #47B4A4;
}
</style>
border-color css
<style>
span { border-color: #47B4A4; }
span { border-color: rgb(71,180,164); }
td.TdClassName
{
border-color: #47B4A4;
}
.TagClassName
{
border-color: #47B4A4;
}
</style>