Shades of Puerto Rico #49BD9D
Tints of Puerto Rico #49BD9D
RGB
CMYK
RGB Variations
Color information
#49BD9D (or 0x49BD9D) is known color: Puerto Rico. HEX triplet: 49, BD and 9D. RGB value is (73,189,157). Sum of RGB (Red+Green+Blue) = 73+189+157=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD9D is #B64262. Grayscale: #969696. Windows color (decimal): -11944547 or 10337609. OLE color: 10337609.
HSL color Cylindrical-coordinate representation of color #49BD9D: hue angle of 163.45º 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 #49BD9D is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 157 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.26 |
| HSL | 163.45º | 0.47% | 0.51% | - |
| HSV(B) | 163.45º | 0.61% | 0.74% | - |
| XYZ | 27.03 | 40.25 | 38.24 | - |
| YUV | 150.67 | 131.57 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 157 | 0.61 | 0 | 0.17 | 0.26 | 163.45 | 0.47 | 0.51 |
| Hex | 49 | BD | 9D | 3D | 0 | 11 | 1A | A3 | 2F | 33 |
| Octal | 111 | 275 | 235 | 75 | 0 | 21 | 32 | 243 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10011101 | 111101 | 0 | 10001 | 11010 | 10100011 | 101111 | 110011 |
Color Harmonies of #49BD9D
Complementary color
Monochromatic Colors of #49BD9D
Black with #49BD9D
Text Example
Text Example
White with #49BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD9D; }
p { color: rgb(73,189,157); }
H1.HeaderClassName
{
color: #49BD9D;
}
.AnyTagClassName
{
color: #49BD9D;
}
</style>
background-color css
<style>
a { background-color: #49BD9D; }
a { background-color: rgb(73,189,157); }
div.DivClassName
{
background-color: #49BD9D;
}
.BgClassName
{
background-color: #49BD9D;
}
</style>
border-color css
<style>
span { border-color: #49BD9D; }
span { border-color: rgb(73,189,157); }
td.TdClassName
{
border-color: #49BD9D;
}
.TagClassName
{
border-color: #49BD9D;
}
</style>