Shades of Puerto Rico #49C09A
Tints of Puerto Rico #49C09A
RGB
CMYK
RGB Variations
Color information
#49C09A (or 0x49C09A) is known color: Puerto Rico. HEX triplet: 49, C0 and 9A. RGB value is (73,192,154). Sum of RGB (Red+Green+Blue) = 73+192+154=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #49C09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C09A is #B63F65. Grayscale: #989898. Windows color (decimal): -11943782 or 10141769. OLE color: 10141769.
HSL color Cylindrical-coordinate representation of color #49C09A: hue angle of 160.84º 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 #49C09A is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 154 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.25 |
| HSL | 160.84º | 0.49% | 0.52% | - |
| HSV(B) | 160.84º | 0.62% | 0.75% | - |
| XYZ | 27.43 | 41.45 | 37.13 | - |
| YUV | 152.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 154 | 0.62 | 0 | 0.20 | 0.25 | 160.84 | 0.49 | 0.52 |
| Hex | 49 | C0 | 9A | 3E | 0 | 14 | 19 | A1 | 31 | 34 |
| Octal | 111 | 300 | 232 | 76 | 0 | 24 | 31 | 241 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10011010 | 111110 | 0 | 10100 | 11001 | 10100001 | 110001 | 110100 |
Color Harmonies of #49C09A
Complementary color
Monochromatic Colors of #49C09A
Black with #49C09A
Text Example
Text Example
White with #49C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C09A; }
p { color: rgb(73,192,154); }
H1.HeaderClassName
{
color: #49C09A;
}
.AnyTagClassName
{
color: #49C09A;
}
</style>
background-color css
<style>
a { background-color: #49C09A; }
a { background-color: rgb(73,192,154); }
div.DivClassName
{
background-color: #49C09A;
}
.BgClassName
{
background-color: #49C09A;
}
</style>
border-color css
<style>
span { border-color: #49C09A; }
span { border-color: rgb(73,192,154); }
td.TdClassName
{
border-color: #49C09A;
}
.TagClassName
{
border-color: #49C09A;
}
</style>