Shades of Puerto Rico #47BDB1
Tints of Puerto Rico #47BDB1
RGB
CMYK
RGB Variations
Color information
#47BDB1 (or 0x47BDB1) is known color: Puerto Rico. HEX triplet: 47, BD and B1. RGB value is (71,189,177). Sum of RGB (Red+Green+Blue) = 71+189+177=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BDB1 is #B8424E. Grayscale: #989898. Windows color (decimal): -12075599 or 11648327. OLE color: 11648327.
HSL color Cylindrical-coordinate representation of color #47BDB1: hue angle of 173.9º 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 #47BDB1 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 177 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.26 |
| HSL | 173.9º | 0.47% | 0.51% | - |
| HSV(B) | 173.9º | 0.62% | 0.74% | - |
| XYZ | 28.73 | 40.91 | 47.98 | - |
| YUV | 152.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 177 | 0.62 | 0 | 0.06 | 0.26 | 173.9 | 0.47 | 0.51 |
| Hex | 47 | BD | B1 | 3E | 0 | 6 | 1A | AE | 2F | 33 |
| Octal | 107 | 275 | 261 | 76 | 0 | 6 | 32 | 256 | 57 | 63 |
| Binary | 1000111 | 10111101 | 10110001 | 111110 | 0 | 110 | 11010 | 10101110 | 101111 | 110011 |
Color Harmonies of #47BDB1
Complementary color
Monochromatic Colors of #47BDB1
Black with #47BDB1
Text Example
Text Example
White with #47BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BDB1; }
p { color: rgb(71,189,177); }
H1.HeaderClassName
{
color: #47BDB1;
}
.AnyTagClassName
{
color: #47BDB1;
}
</style>
background-color css
<style>
a { background-color: #47BDB1; }
a { background-color: rgb(71,189,177); }
div.DivClassName
{
background-color: #47BDB1;
}
.BgClassName
{
background-color: #47BDB1;
}
</style>
border-color css
<style>
span { border-color: #47BDB1; }
span { border-color: rgb(71,189,177); }
td.TdClassName
{
border-color: #47BDB1;
}
.TagClassName
{
border-color: #47BDB1;
}
</style>