Shades of Puerto Rico #47AA9C
Tints of Puerto Rico #47AA9C
RGB
CMYK
RGB Variations
Color information
#47AA9C (or 0x47AA9C) is known color: Puerto Rico. HEX triplet: 47, AA and 9C. RGB value is (71,170,156). Sum of RGB (Red+Green+Blue) = 71+170+156=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AA9C is #B85563. Grayscale: #8A8A8A. Windows color (decimal): -12080484 or 10267207. OLE color: 10267207.
HSL color Cylindrical-coordinate representation of color #47AA9C: hue angle of 171.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AA9C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 170 | 156 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.33 |
| HSL | 171.52º | 0.41% | 0.47% | - |
| HSV(B) | 171.52º | 0.58% | 0.67% | - |
| XYZ | 22.97 | 32.49 | 36.51 | - |
| YUV | 138.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 156 | 0.58 | 0 | 0.08 | 0.33 | 171.52 | 0.41 | 0.47 |
| Hex | 47 | AA | 9C | 3A | 0 | 8 | 21 | AC | 29 | 2F |
| Octal | 107 | 252 | 234 | 72 | 0 | 10 | 41 | 254 | 51 | 57 |
| Binary | 1000111 | 10101010 | 10011100 | 111010 | 0 | 1000 | 100001 | 10101100 | 101001 | 101111 |
Color Harmonies of #47AA9C
Complementary color
Monochromatic Colors of #47AA9C
Black with #47AA9C
Text Example
Text Example
White with #47AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AA9C; }
p { color: rgb(71,170,156); }
H1.HeaderClassName
{
color: #47AA9C;
}
.AnyTagClassName
{
color: #47AA9C;
}
</style>
background-color css
<style>
a { background-color: #47AA9C; }
a { background-color: rgb(71,170,156); }
div.DivClassName
{
background-color: #47AA9C;
}
.BgClassName
{
background-color: #47AA9C;
}
</style>
border-color css
<style>
span { border-color: #47AA9C; }
span { border-color: rgb(71,170,156); }
td.TdClassName
{
border-color: #47AA9C;
}
.TagClassName
{
border-color: #47AA9C;
}
</style>