Shades of Puerto Rico #47BDB3
Tints of Puerto Rico #47BDB3
RGB
CMYK
RGB Variations
Color information
#47BDB3 (or 0x47BDB3) is known color: Puerto Rico. HEX triplet: 47, BD and B3. RGB value is (71,189,179). Sum of RGB (Red+Green+Blue) = 71+189+179=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDB3 is #B8424C. Grayscale: #989898. Windows color (decimal): -12075597 or 11779399. OLE color: 11779399.
HSL color Cylindrical-coordinate representation of color #47BDB3: hue angle of 174.92º 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 #47BDB3 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 179 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.26 |
| HSL | 174.92º | 0.47% | 0.51% | - |
| HSV(B) | 174.92º | 0.62% | 0.74% | - |
| XYZ | 28.93 | 40.99 | 49.03 | - |
| YUV | 152.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 179 | 0.62 | 0 | 0.05 | 0.26 | 174.92 | 0.47 | 0.51 |
| Hex | 47 | BD | B3 | 3E | 0 | 5 | 1A | AF | 2F | 33 |
| Octal | 107 | 275 | 263 | 76 | 0 | 5 | 32 | 257 | 57 | 63 |
| Binary | 1000111 | 10111101 | 10110011 | 111110 | 0 | 101 | 11010 | 10101111 | 101111 | 110011 |
Color Harmonies of #47BDB3
Complementary color
Monochromatic Colors of #47BDB3
Black with #47BDB3
Text Example
Text Example
White with #47BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BDB3; }
p { color: rgb(71,189,179); }
H1.HeaderClassName
{
color: #47BDB3;
}
.AnyTagClassName
{
color: #47BDB3;
}
</style>
background-color css
<style>
a { background-color: #47BDB3; }
a { background-color: rgb(71,189,179); }
div.DivClassName
{
background-color: #47BDB3;
}
.BgClassName
{
background-color: #47BDB3;
}
</style>
border-color css
<style>
span { border-color: #47BDB3; }
span { border-color: rgb(71,189,179); }
td.TdClassName
{
border-color: #47BDB3;
}
.TagClassName
{
border-color: #47BDB3;
}
</style>