Shades of Puerto Rico #47CCAF
Tints of Puerto Rico #47CCAF
RGB
CMYK
RGB Variations
Color information
#47CCAF (or 0x47CCAF) is known color: Puerto Rico. HEX triplet: 47, CC and AF. RGB value is (71,204,175). Sum of RGB (Red+Green+Blue) = 71+204+175=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CCAF is #B83350. Grayscale: #A0A0A0. Windows color (decimal): -12071761 or 11521095. OLE color: 11521095.
HSL color Cylindrical-coordinate representation of color #47CCAF: hue angle of 166.92º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CCAF is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 175 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.2 |
| HSL | 166.92º | 0.57% | 0.54% | - |
| HSV(B) | 166.92º | 0.65% | 0.8% | - |
| XYZ | 31.93 | 47.62 | 48.07 | - |
| YUV | 160.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 175 | 0.65 | 0 | 0.14 | 0.2 | 166.92 | 0.57 | 0.54 |
| Hex | 47 | CC | AF | 41 | 0 | E | 14 | A7 | 39 | 36 |
| Octal | 107 | 314 | 257 | 101 | 0 | 16 | 24 | 247 | 71 | 66 |
| Binary | 1000111 | 11001100 | 10101111 | 1000001 | 0 | 1110 | 10100 | 10100111 | 111001 | 110110 |
Color Harmonies of #47CCAF
Complementary color
Monochromatic Colors of #47CCAF
Black with #47CCAF
Text Example
Text Example
White with #47CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCAF; }
p { color: rgb(71,204,175); }
H1.HeaderClassName
{
color: #47CCAF;
}
.AnyTagClassName
{
color: #47CCAF;
}
</style>
background-color css
<style>
a { background-color: #47CCAF; }
a { background-color: rgb(71,204,175); }
div.DivClassName
{
background-color: #47CCAF;
}
.BgClassName
{
background-color: #47CCAF;
}
</style>
border-color css
<style>
span { border-color: #47CCAF; }
span { border-color: rgb(71,204,175); }
td.TdClassName
{
border-color: #47CCAF;
}
.TagClassName
{
border-color: #47CCAF;
}
</style>