Shades of Puerto Rico #49BEAC
Tints of Puerto Rico #49BEAC
RGB
CMYK
RGB Variations
Color information
#49BEAC (or 0x49BEAC) is known color: Puerto Rico. HEX triplet: 49, BE and AC. RGB value is (73,190,172). Sum of RGB (Red+Green+Blue) = 73+190+172=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #49BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BEAC is #B64153. Grayscale: #989898. Windows color (decimal): -11944276 or 11320905. OLE color: 11320905.
HSL color Cylindrical-coordinate representation of color #49BEAC: hue angle of 170.77º 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 #49BEAC is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 172 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.25 |
| HSL | 170.77º | 0.47% | 0.52% | - |
| HSV(B) | 170.77º | 0.62% | 0.75% | - |
| XYZ | 28.61 | 41.22 | 45.48 | - |
| YUV | 152.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 172 | 0.62 | 0 | 0.09 | 0.25 | 170.77 | 0.47 | 0.52 |
| Hex | 49 | BE | AC | 3E | 0 | 9 | 19 | AB | 2F | 34 |
| Octal | 111 | 276 | 254 | 76 | 0 | 11 | 31 | 253 | 57 | 64 |
| Binary | 1001001 | 10111110 | 10101100 | 111110 | 0 | 1001 | 11001 | 10101011 | 101111 | 110100 |
Color Harmonies of #49BEAC
Complementary color
Monochromatic Colors of #49BEAC
Black with #49BEAC
Text Example
Text Example
White with #49BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEAC; }
p { color: rgb(73,190,172); }
H1.HeaderClassName
{
color: #49BEAC;
}
.AnyTagClassName
{
color: #49BEAC;
}
</style>
background-color css
<style>
a { background-color: #49BEAC; }
a { background-color: rgb(73,190,172); }
div.DivClassName
{
background-color: #49BEAC;
}
.BgClassName
{
background-color: #49BEAC;
}
</style>
border-color css
<style>
span { border-color: #49BEAC; }
span { border-color: rgb(73,190,172); }
td.TdClassName
{
border-color: #49BEAC;
}
.TagClassName
{
border-color: #49BEAC;
}
</style>