Shades of Puerto Rico #49BEB6
Tints of Puerto Rico #49BEB6
RGB
CMYK
RGB Variations
Color information
#49BEB6 (or 0x49BEB6) is known color: Puerto Rico. HEX triplet: 49, BE and B6. RGB value is (73,190,182). Sum of RGB (Red+Green+Blue) = 73+190+182=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #49BEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEB6 is #B64149. Grayscale: #9A9A9A. Windows color (decimal): -11944266 or 11976265. OLE color: 11976265.
HSL color Cylindrical-coordinate representation of color #49BEB6: hue angle of 175.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BEB6 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 182 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.25 |
| HSL | 175.9º | 0.47% | 0.52% | - |
| HSV(B) | 175.9º | 0.62% | 0.75% | - |
| XYZ | 29.6 | 41.62 | 50.73 | - |
| YUV | 154.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 182 | 0.62 | 0 | 0.04 | 0.25 | 175.9 | 0.47 | 0.52 |
| Hex | 49 | BE | B6 | 3E | 0 | 4 | 19 | B0 | 2F | 34 |
| Octal | 111 | 276 | 266 | 76 | 0 | 4 | 31 | 260 | 57 | 64 |
| Binary | 1001001 | 10111110 | 10110110 | 111110 | 0 | 100 | 11001 | 10110000 | 101111 | 110100 |
Color Harmonies of #49BEB6
Complementary color
Monochromatic Colors of #49BEB6
Black with #49BEB6
Text Example
Text Example
White with #49BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEB6; }
p { color: rgb(73,190,182); }
H1.HeaderClassName
{
color: #49BEB6;
}
.AnyTagClassName
{
color: #49BEB6;
}
</style>
background-color css
<style>
a { background-color: #49BEB6; }
a { background-color: rgb(73,190,182); }
div.DivClassName
{
background-color: #49BEB6;
}
.BgClassName
{
background-color: #49BEB6;
}
</style>
border-color css
<style>
span { border-color: #49BEB6; }
span { border-color: rgb(73,190,182); }
td.TdClassName
{
border-color: #49BEB6;
}
.TagClassName
{
border-color: #49BEB6;
}
</style>