Shades of Puerto Rico #49C096
Tints of Puerto Rico #49C096
RGB
CMYK
RGB Variations
Color information
#49C096 (or 0x49C096) is known color: Puerto Rico. HEX triplet: 49, C0 and 96. RGB value is (73,192,150). Sum of RGB (Red+Green+Blue) = 73+192+150=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #49C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C096 is #B63F69. Grayscale: #979797. Windows color (decimal): -11943786 or 9879625. OLE color: 9879625.
HSL color Cylindrical-coordinate representation of color #49C096: hue angle of 158.82º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C096 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 150 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.25 |
| HSL | 158.82º | 0.49% | 0.52% | - |
| HSV(B) | 158.82º | 0.62% | 0.75% | - |
| XYZ | 27.1 | 41.32 | 35.4 | - |
| YUV | 151.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 150 | 0.62 | 0 | 0.22 | 0.25 | 158.82 | 0.49 | 0.52 |
| Hex | 49 | C0 | 96 | 3E | 0 | 16 | 19 | 9F | 31 | 34 |
| Octal | 111 | 300 | 226 | 76 | 0 | 26 | 31 | 237 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10010110 | 111110 | 0 | 10110 | 11001 | 10011111 | 110001 | 110100 |
Color Harmonies of #49C096
Complementary color
Monochromatic Colors of #49C096
Black with #49C096
Text Example
Text Example
White with #49C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C096; }
p { color: rgb(73,192,150); }
H1.HeaderClassName
{
color: #49C096;
}
.AnyTagClassName
{
color: #49C096;
}
</style>
background-color css
<style>
a { background-color: #49C096; }
a { background-color: rgb(73,192,150); }
div.DivClassName
{
background-color: #49C096;
}
.BgClassName
{
background-color: #49C096;
}
</style>
border-color css
<style>
span { border-color: #49C096; }
span { border-color: rgb(73,192,150); }
td.TdClassName
{
border-color: #49C096;
}
.TagClassName
{
border-color: #49C096;
}
</style>