Shades of Puerto Rico #49BDA5
Tints of Puerto Rico #49BDA5
RGB
CMYK
RGB Variations
Color information
#49BDA5 (or 0x49BDA5) is known color: Puerto Rico. HEX triplet: 49, BD and A5. RGB value is (73,189,165). Sum of RGB (Red+Green+Blue) = 73+189+165=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDA5 is #B6425A. Grayscale: #979797. Windows color (decimal): -11944539 or 10861897. OLE color: 10861897.
HSL color Cylindrical-coordinate representation of color #49BDA5: hue angle of 167.59º 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 #49BDA5 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 165 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.26 |
| HSL | 167.59º | 0.47% | 0.51% | - |
| HSV(B) | 167.59º | 0.61% | 0.74% | - |
| XYZ | 27.74 | 40.53 | 41.96 | - |
| YUV | 151.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 165 | 0.61 | 0 | 0.13 | 0.26 | 167.59 | 0.47 | 0.51 |
| Hex | 49 | BD | A5 | 3D | 0 | D | 1A | A8 | 2F | 33 |
| Octal | 111 | 275 | 245 | 75 | 0 | 15 | 32 | 250 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10100101 | 111101 | 0 | 1101 | 11010 | 10101000 | 101111 | 110011 |
Color Harmonies of #49BDA5
Complementary color
Monochromatic Colors of #49BDA5
Black with #49BDA5
Text Example
Text Example
White with #49BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDA5; }
p { color: rgb(73,189,165); }
H1.HeaderClassName
{
color: #49BDA5;
}
.AnyTagClassName
{
color: #49BDA5;
}
</style>
background-color css
<style>
a { background-color: #49BDA5; }
a { background-color: rgb(73,189,165); }
div.DivClassName
{
background-color: #49BDA5;
}
.BgClassName
{
background-color: #49BDA5;
}
</style>
border-color css
<style>
span { border-color: #49BDA5; }
span { border-color: rgb(73,189,165); }
td.TdClassName
{
border-color: #49BDA5;
}
.TagClassName
{
border-color: #49BDA5;
}
</style>