Shades of Puerto Rico #47B7AD
Tints of Puerto Rico #47B7AD
RGB
CMYK
RGB Variations
Color information
#47B7AD (or 0x47B7AD) is known color: Puerto Rico. HEX triplet: 47, B7 and AD. RGB value is (71,183,173). Sum of RGB (Red+Green+Blue) = 71+183+173=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #47B7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B7AD is #B84852. Grayscale: #949494. Windows color (decimal): -12077139 or 11384647. OLE color: 11384647.
HSL color Cylindrical-coordinate representation of color #47B7AD: hue angle of 174.64º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B7AD is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 183 | 173 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.28 |
| HSL | 174.64º | 0.44% | 0.5% | - |
| HSV(B) | 174.64º | 0.61% | 0.72% | - |
| XYZ | 27.07 | 38.22 | 45.49 | - |
| YUV | 148.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 183 | 173 | 0.61 | 0 | 0.05 | 0.28 | 174.64 | 0.44 | 0.5 |
| Hex | 47 | B7 | AD | 3D | 0 | 5 | 1C | AF | 2C | 32 |
| Octal | 107 | 267 | 255 | 75 | 0 | 5 | 34 | 257 | 54 | 62 |
| Binary | 1000111 | 10110111 | 10101101 | 111101 | 0 | 101 | 11100 | 10101111 | 101100 | 110010 |
Color Harmonies of #47B7AD
Complementary color
Monochromatic Colors of #47B7AD
Black with #47B7AD
Text Example
Text Example
White with #47B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B7AD; }
p { color: rgb(71,183,173); }
H1.HeaderClassName
{
color: #47B7AD;
}
.AnyTagClassName
{
color: #47B7AD;
}
</style>
background-color css
<style>
a { background-color: #47B7AD; }
a { background-color: rgb(71,183,173); }
div.DivClassName
{
background-color: #47B7AD;
}
.BgClassName
{
background-color: #47B7AD;
}
</style>
border-color css
<style>
span { border-color: #47B7AD; }
span { border-color: rgb(71,183,173); }
td.TdClassName
{
border-color: #47B7AD;
}
.TagClassName
{
border-color: #47B7AD;
}
</style>