Shades of Puerto Rico #49BDA2
Tints of Puerto Rico #49BDA2
RGB
CMYK
RGB Variations
Color information
#49BDA2 (or 0x49BDA2) is known color: Puerto Rico. HEX triplet: 49, BD and A2. RGB value is (73,189,162). Sum of RGB (Red+Green+Blue) = 73+189+162=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDA2 is #B6425D. Grayscale: #979797. Windows color (decimal): -11944542 or 10665289. OLE color: 10665289.
HSL color Cylindrical-coordinate representation of color #49BDA2: hue angle of 166.03º degrees, saturation: 0.47, 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 #49BDA2 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 162 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.26 |
| HSL | 166.03º | 0.47% | 0.51% | - |
| HSV(B) | 166.03º | 0.61% | 0.74% | - |
| XYZ | 27.47 | 40.42 | 40.54 | - |
| YUV | 151.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 162 | 0.61 | 0 | 0.14 | 0.26 | 166.03 | 0.47 | 0.51 |
| Hex | 49 | BD | A2 | 3D | 0 | E | 1A | A6 | 2F | 33 |
| Octal | 111 | 275 | 242 | 75 | 0 | 16 | 32 | 246 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10100010 | 111101 | 0 | 1110 | 11010 | 10100110 | 101111 | 110011 |
Color Harmonies of #49BDA2
Complementary color
Monochromatic Colors of #49BDA2
Black with #49BDA2
Text Example
Text Example
White with #49BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDA2; }
p { color: rgb(73,189,162); }
H1.HeaderClassName
{
color: #49BDA2;
}
.AnyTagClassName
{
color: #49BDA2;
}
</style>
background-color css
<style>
a { background-color: #49BDA2; }
a { background-color: rgb(73,189,162); }
div.DivClassName
{
background-color: #49BDA2;
}
.BgClassName
{
background-color: #49BDA2;
}
</style>
border-color css
<style>
span { border-color: #49BDA2; }
span { border-color: rgb(73,189,162); }
td.TdClassName
{
border-color: #49BDA2;
}
.TagClassName
{
border-color: #49BDA2;
}
</style>