Shades of Puerto Rico #49C4B1
Tints of Puerto Rico #49C4B1
RGB
CMYK
RGB Variations
Color information
#49C4B1 (or 0x49C4B1) is known color: Puerto Rico. HEX triplet: 49, C4 and B1. RGB value is (73,196,177). Sum of RGB (Red+Green+Blue) = 73+196+177=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #49C4B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C4B1 is #B63B4E. Grayscale: #9D9D9D. Windows color (decimal): -11942735 or 11650121. OLE color: 11650121.
HSL color Cylindrical-coordinate representation of color #49C4B1: hue angle of 170.73º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C4B1 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 177 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.23 |
| HSL | 170.73º | 0.51% | 0.53% | - |
| HSV(B) | 170.73º | 0.63% | 0.77% | - |
| XYZ | 30.42 | 44.07 | 48.5 | - |
| YUV | 157.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 177 | 0.63 | 0 | 0.10 | 0.23 | 170.73 | 0.51 | 0.53 |
| Hex | 49 | C4 | B1 | 3F | 0 | A | 17 | AB | 33 | 35 |
| Octal | 111 | 304 | 261 | 77 | 0 | 12 | 27 | 253 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10110001 | 111111 | 0 | 1010 | 10111 | 10101011 | 110011 | 110101 |
Color Harmonies of #49C4B1
Complementary color
Monochromatic Colors of #49C4B1
Black with #49C4B1
Text Example
Text Example
White with #49C4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C4B1; }
p { color: rgb(73,196,177); }
H1.HeaderClassName
{
color: #49C4B1;
}
.AnyTagClassName
{
color: #49C4B1;
}
</style>
background-color css
<style>
a { background-color: #49C4B1; }
a { background-color: rgb(73,196,177); }
div.DivClassName
{
background-color: #49C4B1;
}
.BgClassName
{
background-color: #49C4B1;
}
</style>
border-color css
<style>
span { border-color: #49C4B1; }
span { border-color: rgb(73,196,177); }
td.TdClassName
{
border-color: #49C4B1;
}
.TagClassName
{
border-color: #49C4B1;
}
</style>