Shades of Puerto Rico #49C09C
Tints of Puerto Rico #49C09C
RGB
CMYK
RGB Variations
Color information
#49C09C (or 0x49C09C) is known color: Puerto Rico. HEX triplet: 49, C0 and 9C. RGB value is (73,192,156). Sum of RGB (Red+Green+Blue) = 73+192+156=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #49C09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C09C is #B63F63. Grayscale: #989898. Windows color (decimal): -11943780 or 10272841. OLE color: 10272841.
HSL color Cylindrical-coordinate representation of color #49C09C: hue angle of 161.85º 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 #49C09C is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 156 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.25 |
| HSL | 161.85º | 0.49% | 0.52% | - |
| HSV(B) | 161.85º | 0.62% | 0.75% | - |
| XYZ | 27.6 | 41.52 | 38.01 | - |
| YUV | 152.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 156 | 0.62 | 0 | 0.19 | 0.25 | 161.85 | 0.49 | 0.52 |
| Hex | 49 | C0 | 9C | 3E | 0 | 13 | 19 | A2 | 31 | 34 |
| Octal | 111 | 300 | 234 | 76 | 0 | 23 | 31 | 242 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10011100 | 111110 | 0 | 10011 | 11001 | 10100010 | 110001 | 110100 |
Color Harmonies of #49C09C
Complementary color
Monochromatic Colors of #49C09C
Black with #49C09C
Text Example
Text Example
White with #49C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C09C; }
p { color: rgb(73,192,156); }
H1.HeaderClassName
{
color: #49C09C;
}
.AnyTagClassName
{
color: #49C09C;
}
</style>
background-color css
<style>
a { background-color: #49C09C; }
a { background-color: rgb(73,192,156); }
div.DivClassName
{
background-color: #49C09C;
}
.BgClassName
{
background-color: #49C09C;
}
</style>
border-color css
<style>
span { border-color: #49C09C; }
span { border-color: rgb(73,192,156); }
td.TdClassName
{
border-color: #49C09C;
}
.TagClassName
{
border-color: #49C09C;
}
</style>