Shades of Puerto Rico #49CEAA
Tints of Puerto Rico #49CEAA
RGB
CMYK
RGB Variations
Color information
#49CEAA (or 0x49CEAA) is known color: Puerto Rico. HEX triplet: 49, CE and AA. RGB value is (73,206,170). Sum of RGB (Red+Green+Blue) = 73+206+170=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEAA is #B63155. Grayscale: #A2A2A2. Windows color (decimal): -11940182 or 11193929. OLE color: 11193929.
HSL color Cylindrical-coordinate representation of color #49CEAA: hue angle of 163.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEAA is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 170 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.19 |
| HSL | 163.76º | 0.58% | 0.55% | - |
| HSV(B) | 163.76º | 0.65% | 0.81% | - |
| XYZ | 32.07 | 48.46 | 45.69 | - |
| YUV | 162.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 170 | 0.65 | 0 | 0.17 | 0.19 | 163.76 | 0.58 | 0.55 |
| Hex | 49 | CE | AA | 41 | 0 | 11 | 13 | A4 | 3A | 37 |
| Octal | 111 | 316 | 252 | 101 | 0 | 21 | 23 | 244 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10101010 | 1000001 | 0 | 10001 | 10011 | 10100100 | 111010 | 110111 |
Color Harmonies of #49CEAA
Complementary color
Monochromatic Colors of #49CEAA
Black with #49CEAA
Text Example
Text Example
White with #49CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEAA; }
p { color: rgb(73,206,170); }
H1.HeaderClassName
{
color: #49CEAA;
}
.AnyTagClassName
{
color: #49CEAA;
}
</style>
background-color css
<style>
a { background-color: #49CEAA; }
a { background-color: rgb(73,206,170); }
div.DivClassName
{
background-color: #49CEAA;
}
.BgClassName
{
background-color: #49CEAA;
}
</style>
border-color css
<style>
span { border-color: #49CEAA; }
span { border-color: rgb(73,206,170); }
td.TdClassName
{
border-color: #49CEAA;
}
.TagClassName
{
border-color: #49CEAA;
}
</style>