Shades of Puerto Rico #47AF9D
Tints of Puerto Rico #47AF9D
RGB
CMYK
RGB Variations
Color information
#47AF9D (or 0x47AF9D) is known color: Puerto Rico. HEX triplet: 47, AF and 9D. RGB value is (71,175,157). Sum of RGB (Red+Green+Blue) = 71+175+157=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AF9D is #B85062. Grayscale: #8D8D8D. Windows color (decimal): -12079203 or 10334023. OLE color: 10334023.
HSL color Cylindrical-coordinate representation of color #47AF9D: hue angle of 169.62º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF9D is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 157 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.31 |
| HSL | 169.62º | 0.42% | 0.48% | - |
| HSV(B) | 169.62º | 0.59% | 0.69% | - |
| XYZ | 24.01 | 34.43 | 37.28 | - |
| YUV | 141.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 157 | 0.59 | 0 | 0.10 | 0.31 | 169.62 | 0.42 | 0.48 |
| Hex | 47 | AF | 9D | 3B | 0 | A | 1F | AA | 2A | 30 |
| Octal | 107 | 257 | 235 | 73 | 0 | 12 | 37 | 252 | 52 | 60 |
| Binary | 1000111 | 10101111 | 10011101 | 111011 | 0 | 1010 | 11111 | 10101010 | 101010 | 110000 |
Color Harmonies of #47AF9D
Complementary color
Monochromatic Colors of #47AF9D
Black with #47AF9D
Text Example
Text Example
White with #47AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF9D; }
p { color: rgb(71,175,157); }
H1.HeaderClassName
{
color: #47AF9D;
}
.AnyTagClassName
{
color: #47AF9D;
}
</style>
background-color css
<style>
a { background-color: #47AF9D; }
a { background-color: rgb(71,175,157); }
div.DivClassName
{
background-color: #47AF9D;
}
.BgClassName
{
background-color: #47AF9D;
}
</style>
border-color css
<style>
span { border-color: #47AF9D; }
span { border-color: rgb(71,175,157); }
td.TdClassName
{
border-color: #47AF9D;
}
.TagClassName
{
border-color: #47AF9D;
}
</style>