Shades of Puerto Rico #49BBB4
Tints of Puerto Rico #49BBB4
RGB
CMYK
RGB Variations
Color information
#49BBB4 (or 0x49BBB4) is known color: Puerto Rico. HEX triplet: 49, BB and B4. RGB value is (73,187,180). Sum of RGB (Red+Green+Blue) = 73+187+180=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBB4 is #B6444B. Grayscale: #989898. Windows color (decimal): -11945036 or 11844425. OLE color: 11844425.
HSL color Cylindrical-coordinate representation of color #49BBB4: hue angle of 176.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BBB4 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 180 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.27 |
| HSL | 176.32º | 0.46% | 0.51% | - |
| HSV(B) | 176.32º | 0.61% | 0.73% | - |
| XYZ | 28.76 | 40.25 | 49.43 | - |
| YUV | 152.12 | 143.73 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 180 | 0.61 | 0 | 0.04 | 0.27 | 176.32 | 0.46 | 0.51 |
| Hex | 49 | BB | B4 | 3D | 0 | 4 | 1B | B0 | 2E | 33 |
| Octal | 111 | 273 | 264 | 75 | 0 | 4 | 33 | 260 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10110100 | 111101 | 0 | 100 | 11011 | 10110000 | 101110 | 110011 |
Color Harmonies of #49BBB4
Complementary color
Monochromatic Colors of #49BBB4
Black with #49BBB4
Text Example
Text Example
White with #49BBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBB4; }
p { color: rgb(73,187,180); }
H1.HeaderClassName
{
color: #49BBB4;
}
.AnyTagClassName
{
color: #49BBB4;
}
</style>
background-color css
<style>
a { background-color: #49BBB4; }
a { background-color: rgb(73,187,180); }
div.DivClassName
{
background-color: #49BBB4;
}
.BgClassName
{
background-color: #49BBB4;
}
</style>
border-color css
<style>
span { border-color: #49BBB4; }
span { border-color: rgb(73,187,180); }
td.TdClassName
{
border-color: #49BBB4;
}
.TagClassName
{
border-color: #49BBB4;
}
</style>