Shades of Puerto Rico #47C5AC
Tints of Puerto Rico #47C5AC
RGB
CMYK
RGB Variations
Color information
#47C5AC (or 0x47C5AC) is known color: Puerto Rico. HEX triplet: 47, C5 and AC. RGB value is (71,197,172). Sum of RGB (Red+Green+Blue) = 71+197+172=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #47C5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C5AC is #B83A53. Grayscale: #9C9C9C. Windows color (decimal): -12073556 or 11322695. OLE color: 11322695.
HSL color Cylindrical-coordinate representation of color #47C5AC: hue angle of 168.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C5AC is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 172 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.23 |
| HSL | 168.1º | 0.52% | 0.53% | - |
| HSV(B) | 168.1º | 0.64% | 0.77% | - |
| XYZ | 30.01 | 44.25 | 45.99 | - |
| YUV | 156.48 | 136.76 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 172 | 0.64 | 0 | 0.13 | 0.23 | 168.1 | 0.52 | 0.53 |
| Hex | 47 | C5 | AC | 40 | 0 | D | 17 | A8 | 34 | 35 |
| Octal | 107 | 305 | 254 | 100 | 0 | 15 | 27 | 250 | 64 | 65 |
| Binary | 1000111 | 11000101 | 10101100 | 1000000 | 0 | 1101 | 10111 | 10101000 | 110100 | 110101 |
Color Harmonies of #47C5AC
Complementary color
Monochromatic Colors of #47C5AC
Black with #47C5AC
Text Example
Text Example
White with #47C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C5AC; }
p { color: rgb(71,197,172); }
H1.HeaderClassName
{
color: #47C5AC;
}
.AnyTagClassName
{
color: #47C5AC;
}
</style>
background-color css
<style>
a { background-color: #47C5AC; }
a { background-color: rgb(71,197,172); }
div.DivClassName
{
background-color: #47C5AC;
}
.BgClassName
{
background-color: #47C5AC;
}
</style>
border-color css
<style>
span { border-color: #47C5AC; }
span { border-color: rgb(71,197,172); }
td.TdClassName
{
border-color: #47C5AC;
}
.TagClassName
{
border-color: #47C5AC;
}
</style>