Shades of Puerto Rico #49C2A8
Tints of Puerto Rico #49C2A8
RGB
CMYK
RGB Variations
Color information
#49C2A8 (or 0x49C2A8) is known color: Puerto Rico. HEX triplet: 49, C2 and A8. RGB value is (73,194,168). Sum of RGB (Red+Green+Blue) = 73+194+168=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C2A8 is #B63D57. Grayscale: #9A9A9A. Windows color (decimal): -11943256 or 11059785. OLE color: 11059785.
HSL color Cylindrical-coordinate representation of color #49C2A8: hue angle of 167.11º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C2A8 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 168 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.24 |
| HSL | 167.11º | 0.5% | 0.52% | - |
| HSV(B) | 167.11º | 0.62% | 0.76% | - |
| XYZ | 29.11 | 42.83 | 43.78 | - |
| YUV | 154.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 168 | 0.62 | 0 | 0.13 | 0.24 | 167.11 | 0.5 | 0.52 |
| Hex | 49 | C2 | A8 | 3E | 0 | D | 18 | A7 | 32 | 34 |
| Octal | 111 | 302 | 250 | 76 | 0 | 15 | 30 | 247 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10101000 | 111110 | 0 | 1101 | 11000 | 10100111 | 110010 | 110100 |
Color Harmonies of #49C2A8
Complementary color
Monochromatic Colors of #49C2A8
Black with #49C2A8
Text Example
Text Example
White with #49C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2A8; }
p { color: rgb(73,194,168); }
H1.HeaderClassName
{
color: #49C2A8;
}
.AnyTagClassName
{
color: #49C2A8;
}
</style>
background-color css
<style>
a { background-color: #49C2A8; }
a { background-color: rgb(73,194,168); }
div.DivClassName
{
background-color: #49C2A8;
}
.BgClassName
{
background-color: #49C2A8;
}
</style>
border-color css
<style>
span { border-color: #49C2A8; }
span { border-color: rgb(73,194,168); }
td.TdClassName
{
border-color: #49C2A8;
}
.TagClassName
{
border-color: #49C2A8;
}
</style>