Shades of Puerto Rico #49BCB4
Tints of Puerto Rico #49BCB4
RGB
CMYK
RGB Variations
Color information
#49BCB4 (or 0x49BCB4) is known color: Puerto Rico. HEX triplet: 49, BC and B4. RGB value is (73,188,180). Sum of RGB (Red+Green+Blue) = 73+188+180=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCB4 is #B6434B. Grayscale: #989898. Windows color (decimal): -11944780 or 11844681. OLE color: 11844681.
HSL color Cylindrical-coordinate representation of color #49BCB4: hue angle of 175.83º 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 #49BCB4 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 180 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.26 |
| HSL | 175.83º | 0.46% | 0.51% | - |
| HSV(B) | 175.83º | 0.61% | 0.74% | - |
| XYZ | 28.97 | 40.68 | 49.5 | - |
| YUV | 152.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 180 | 0.61 | 0 | 0.04 | 0.26 | 175.83 | 0.46 | 0.51 |
| Hex | 49 | BC | B4 | 3D | 0 | 4 | 1A | B0 | 2E | 33 |
| Octal | 111 | 274 | 264 | 75 | 0 | 4 | 32 | 260 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10110100 | 111101 | 0 | 100 | 11010 | 10110000 | 101110 | 110011 |
Color Harmonies of #49BCB4
Complementary color
Monochromatic Colors of #49BCB4
Black with #49BCB4
Text Example
Text Example
White with #49BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCB4; }
p { color: rgb(73,188,180); }
H1.HeaderClassName
{
color: #49BCB4;
}
.AnyTagClassName
{
color: #49BCB4;
}
</style>
background-color css
<style>
a { background-color: #49BCB4; }
a { background-color: rgb(73,188,180); }
div.DivClassName
{
background-color: #49BCB4;
}
.BgClassName
{
background-color: #49BCB4;
}
</style>
border-color css
<style>
span { border-color: #49BCB4; }
span { border-color: rgb(73,188,180); }
td.TdClassName
{
border-color: #49BCB4;
}
.TagClassName
{
border-color: #49BCB4;
}
</style>