Shades of Puerto Rico #47AD9A
Tints of Puerto Rico #47AD9A
RGB
CMYK
RGB Variations
Color information
#47AD9A (or 0x47AD9A) is known color: Puerto Rico. HEX triplet: 47, AD and 9A. RGB value is (71,173,154). Sum of RGB (Red+Green+Blue) = 71+173+154=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AD9A is #B85265. Grayscale: #8C8C8C. Windows color (decimal): -12079718 or 10136903. OLE color: 10136903.
HSL color Cylindrical-coordinate representation of color #47AD9A: hue angle of 168.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD9A is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 154 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.32 |
| HSL | 168.82º | 0.42% | 0.48% | - |
| HSV(B) | 168.82º | 0.59% | 0.68% | - |
| XYZ | 23.37 | 33.56 | 35.82 | - |
| YUV | 140.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 154 | 0.59 | 0 | 0.11 | 0.32 | 168.82 | 0.42 | 0.48 |
| Hex | 47 | AD | 9A | 3B | 0 | B | 20 | A9 | 2A | 30 |
| Octal | 107 | 255 | 232 | 73 | 0 | 13 | 40 | 251 | 52 | 60 |
| Binary | 1000111 | 10101101 | 10011010 | 111011 | 0 | 1011 | 100000 | 10101001 | 101010 | 110000 |
Color Harmonies of #47AD9A
Complementary color
Monochromatic Colors of #47AD9A
Black with #47AD9A
Text Example
Text Example
White with #47AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD9A; }
p { color: rgb(71,173,154); }
H1.HeaderClassName
{
color: #47AD9A;
}
.AnyTagClassName
{
color: #47AD9A;
}
</style>
background-color css
<style>
a { background-color: #47AD9A; }
a { background-color: rgb(71,173,154); }
div.DivClassName
{
background-color: #47AD9A;
}
.BgClassName
{
background-color: #47AD9A;
}
</style>
border-color css
<style>
span { border-color: #47AD9A; }
span { border-color: rgb(71,173,154); }
td.TdClassName
{
border-color: #47AD9A;
}
.TagClassName
{
border-color: #47AD9A;
}
</style>