Shades of Puerto Rico #47BDB5
Tints of Puerto Rico #47BDB5
RGB
CMYK
RGB Variations
Color information
#47BDB5 (or 0x47BDB5) is known color: Puerto Rico. HEX triplet: 47, BD and B5. RGB value is (71,189,181). Sum of RGB (Red+Green+Blue) = 71+189+181=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDB5 is #B8424A. Grayscale: #989898. Windows color (decimal): -12075595 or 11910471. OLE color: 11910471.
HSL color Cylindrical-coordinate representation of color #47BDB5: hue angle of 175.93º 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 #47BDB5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 181 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.26 |
| HSL | 175.93º | 0.47% | 0.51% | - |
| HSV(B) | 175.93º | 0.62% | 0.74% | - |
| XYZ | 29.14 | 41.07 | 50.11 | - |
| YUV | 152.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 181 | 0.62 | 0 | 0.04 | 0.26 | 175.93 | 0.47 | 0.51 |
| Hex | 47 | BD | B5 | 3E | 0 | 4 | 1A | B0 | 2F | 33 |
| Octal | 107 | 275 | 265 | 76 | 0 | 4 | 32 | 260 | 57 | 63 |
| Binary | 1000111 | 10111101 | 10110101 | 111110 | 0 | 100 | 11010 | 10110000 | 101111 | 110011 |
Color Harmonies of #47BDB5
Complementary color
Monochromatic Colors of #47BDB5
Black with #47BDB5
Text Example
Text Example
White with #47BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BDB5; }
p { color: rgb(71,189,181); }
H1.HeaderClassName
{
color: #47BDB5;
}
.AnyTagClassName
{
color: #47BDB5;
}
</style>
background-color css
<style>
a { background-color: #47BDB5; }
a { background-color: rgb(71,189,181); }
div.DivClassName
{
background-color: #47BDB5;
}
.BgClassName
{
background-color: #47BDB5;
}
</style>
border-color css
<style>
span { border-color: #47BDB5; }
span { border-color: rgb(71,189,181); }
td.TdClassName
{
border-color: #47BDB5;
}
.TagClassName
{
border-color: #47BDB5;
}
</style>