Shades of Puerto Rico #49BDA7
Tints of Puerto Rico #49BDA7
RGB
CMYK
RGB Variations
Color information
#49BDA7 (or 0x49BDA7) is known color: Puerto Rico. HEX triplet: 49, BD and A7. RGB value is (73,189,167). Sum of RGB (Red+Green+Blue) = 73+189+167=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDA7 is #B64258. Grayscale: #979797. Windows color (decimal): -11944537 or 10992969. OLE color: 10992969.
HSL color Cylindrical-coordinate representation of color #49BDA7: hue angle of 168.62º 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 #49BDA7 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 167 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.26 |
| HSL | 168.62º | 0.47% | 0.51% | - |
| HSV(B) | 168.62º | 0.61% | 0.74% | - |
| XYZ | 27.92 | 40.6 | 42.92 | - |
| YUV | 151.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 167 | 0.61 | 0 | 0.12 | 0.26 | 168.62 | 0.47 | 0.51 |
| Hex | 49 | BD | A7 | 3D | 0 | C | 1A | A9 | 2F | 33 |
| Octal | 111 | 275 | 247 | 75 | 0 | 14 | 32 | 251 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10100111 | 111101 | 0 | 1100 | 11010 | 10101001 | 101111 | 110011 |
Color Harmonies of #49BDA7
Complementary color
Monochromatic Colors of #49BDA7
Black with #49BDA7
Text Example
Text Example
White with #49BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDA7; }
p { color: rgb(73,189,167); }
H1.HeaderClassName
{
color: #49BDA7;
}
.AnyTagClassName
{
color: #49BDA7;
}
</style>
background-color css
<style>
a { background-color: #49BDA7; }
a { background-color: rgb(73,189,167); }
div.DivClassName
{
background-color: #49BDA7;
}
.BgClassName
{
background-color: #49BDA7;
}
</style>
border-color css
<style>
span { border-color: #49BDA7; }
span { border-color: rgb(73,189,167); }
td.TdClassName
{
border-color: #49BDA7;
}
.TagClassName
{
border-color: #49BDA7;
}
</style>