Shades of Puerto Rico #49BDA0
Tints of Puerto Rico #49BDA0
RGB
CMYK
RGB Variations
Color information
#49BDA0 (or 0x49BDA0) is known color: Puerto Rico. HEX triplet: 49, BD and A0. RGB value is (73,189,160). Sum of RGB (Red+Green+Blue) = 73+189+160=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDA0 is #B6425F. Grayscale: #979797. Windows color (decimal): -11944544 or 10534217. OLE color: 10534217.
HSL color Cylindrical-coordinate representation of color #49BDA0: hue angle of 165º 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 #49BDA0 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 160 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.26 |
| HSL | 165º | 0.47% | 0.51% | - |
| HSV(B) | 165º | 0.61% | 0.74% | - |
| XYZ | 27.29 | 40.35 | 39.61 | - |
| YUV | 151.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 160 | 0.61 | 0 | 0.15 | 0.26 | 165 | 0.47 | 0.51 |
| Hex | 49 | BD | A0 | 3D | 0 | F | 1A | A5 | 2F | 33 |
| Octal | 111 | 275 | 240 | 75 | 0 | 17 | 32 | 245 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10100000 | 111101 | 0 | 1111 | 11010 | 10100101 | 101111 | 110011 |
Color Harmonies of #49BDA0
Complementary color
Monochromatic Colors of #49BDA0
Black with #49BDA0
Text Example
Text Example
White with #49BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDA0; }
p { color: rgb(73,189,160); }
H1.HeaderClassName
{
color: #49BDA0;
}
.AnyTagClassName
{
color: #49BDA0;
}
</style>
background-color css
<style>
a { background-color: #49BDA0; }
a { background-color: rgb(73,189,160); }
div.DivClassName
{
background-color: #49BDA0;
}
.BgClassName
{
background-color: #49BDA0;
}
</style>
border-color css
<style>
span { border-color: #49BDA0; }
span { border-color: rgb(73,189,160); }
td.TdClassName
{
border-color: #49BDA0;
}
.TagClassName
{
border-color: #49BDA0;
}
</style>