Shades of Puerto Rico #47BDA4
Tints of Puerto Rico #47BDA4
RGB
CMYK
RGB Variations
Color information
#47BDA4 (or 0x47BDA4) is known color: Puerto Rico. HEX triplet: 47, BD and A4. RGB value is (71,189,164). Sum of RGB (Red+Green+Blue) = 71+189+164=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BDA4 is #B8425B. Grayscale: #969696. Windows color (decimal): -12075612 or 10796359. OLE color: 10796359.
HSL color Cylindrical-coordinate representation of color #47BDA4: hue angle of 167.29º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BDA4 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 164 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.26 |
| HSL | 167.29º | 0.47% | 0.51% | - |
| HSV(B) | 167.29º | 0.62% | 0.74% | - |
| XYZ | 27.5 | 40.42 | 41.47 | - |
| YUV | 150.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 164 | 0.62 | 0 | 0.13 | 0.26 | 167.29 | 0.47 | 0.51 |
| Hex | 47 | BD | A4 | 3E | 0 | D | 1A | A7 | 2F | 33 |
| Octal | 107 | 275 | 244 | 76 | 0 | 15 | 32 | 247 | 57 | 63 |
| Binary | 1000111 | 10111101 | 10100100 | 111110 | 0 | 1101 | 11010 | 10100111 | 101111 | 110011 |
Color Harmonies of #47BDA4
Complementary color
Monochromatic Colors of #47BDA4
Black with #47BDA4
Text Example
Text Example
White with #47BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BDA4; }
p { color: rgb(71,189,164); }
H1.HeaderClassName
{
color: #47BDA4;
}
.AnyTagClassName
{
color: #47BDA4;
}
</style>
background-color css
<style>
a { background-color: #47BDA4; }
a { background-color: rgb(71,189,164); }
div.DivClassName
{
background-color: #47BDA4;
}
.BgClassName
{
background-color: #47BDA4;
}
</style>
border-color css
<style>
span { border-color: #47BDA4; }
span { border-color: rgb(71,189,164); }
td.TdClassName
{
border-color: #47BDA4;
}
.TagClassName
{
border-color: #47BDA4;
}
</style>