Shades of Puerto Rico #49BCB6
Tints of Puerto Rico #49BCB6
RGB
CMYK
RGB Variations
Color information
#49BCB6 (or 0x49BCB6) is known color: Puerto Rico. HEX triplet: 49, BC and B6. RGB value is (73,188,182). Sum of RGB (Red+Green+Blue) = 73+188+182=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCB6 is #B64349. Grayscale: #989898. Windows color (decimal): -11944778 or 11975753. OLE color: 11975753.
HSL color Cylindrical-coordinate representation of color #49BCB6: hue angle of 176.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BCB6 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 182 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.26 |
| HSL | 176.87º | 0.46% | 0.51% | - |
| HSV(B) | 176.87º | 0.61% | 0.74% | - |
| XYZ | 29.17 | 40.76 | 50.59 | - |
| YUV | 152.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 182 | 0.61 | 0 | 0.03 | 0.26 | 176.87 | 0.46 | 0.51 |
| Hex | 49 | BC | B6 | 3D | 0 | 3 | 1A | B1 | 2E | 33 |
| Octal | 111 | 274 | 266 | 75 | 0 | 3 | 32 | 261 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10110110 | 111101 | 0 | 11 | 11010 | 10110001 | 101110 | 110011 |
Color Harmonies of #49BCB6
Complementary color
Monochromatic Colors of #49BCB6
Black with #49BCB6
Text Example
Text Example
White with #49BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCB6; }
p { color: rgb(73,188,182); }
H1.HeaderClassName
{
color: #49BCB6;
}
.AnyTagClassName
{
color: #49BCB6;
}
</style>
background-color css
<style>
a { background-color: #49BCB6; }
a { background-color: rgb(73,188,182); }
div.DivClassName
{
background-color: #49BCB6;
}
.BgClassName
{
background-color: #49BCB6;
}
</style>
border-color css
<style>
span { border-color: #49BCB6; }
span { border-color: rgb(73,188,182); }
td.TdClassName
{
border-color: #49BCB6;
}
.TagClassName
{
border-color: #49BCB6;
}
</style>