Shades of Puerto Rico #47C3AB
Tints of Puerto Rico #47C3AB
RGB
CMYK
RGB Variations
Color information
#47C3AB (or 0x47C3AB) is known color: Puerto Rico. HEX triplet: 47, C3 and AB. RGB value is (71,195,171). Sum of RGB (Red+Green+Blue) = 71+195+171=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C3AB is #B83C54. Grayscale: #9B9B9B. Windows color (decimal): -12074069 or 11256647. OLE color: 11256647.
HSL color Cylindrical-coordinate representation of color #47C3AB: hue angle of 168.39º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C3AB is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 171 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.24 |
| HSL | 168.39º | 0.51% | 0.52% | - |
| HSV(B) | 168.39º | 0.64% | 0.76% | - |
| XYZ | 29.46 | 43.31 | 45.33 | - |
| YUV | 155.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 171 | 0.64 | 0 | 0.12 | 0.24 | 168.39 | 0.51 | 0.52 |
| Hex | 47 | C3 | AB | 40 | 0 | C | 18 | A8 | 33 | 34 |
| Octal | 107 | 303 | 253 | 100 | 0 | 14 | 30 | 250 | 63 | 64 |
| Binary | 1000111 | 11000011 | 10101011 | 1000000 | 0 | 1100 | 11000 | 10101000 | 110011 | 110100 |
Color Harmonies of #47C3AB
Complementary color
Monochromatic Colors of #47C3AB
Black with #47C3AB
Text Example
Text Example
White with #47C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C3AB; }
p { color: rgb(71,195,171); }
H1.HeaderClassName
{
color: #47C3AB;
}
.AnyTagClassName
{
color: #47C3AB;
}
</style>
background-color css
<style>
a { background-color: #47C3AB; }
a { background-color: rgb(71,195,171); }
div.DivClassName
{
background-color: #47C3AB;
}
.BgClassName
{
background-color: #47C3AB;
}
</style>
border-color css
<style>
span { border-color: #47C3AB; }
span { border-color: rgb(71,195,171); }
td.TdClassName
{
border-color: #47C3AB;
}
.TagClassName
{
border-color: #47C3AB;
}
</style>