Shades of Puerto Rico #49CEAC
Tints of Puerto Rico #49CEAC
RGB
CMYK
RGB Variations
Color information
#49CEAC (or 0x49CEAC) is known color: Puerto Rico. HEX triplet: 49, CE and AC. RGB value is (73,206,172). Sum of RGB (Red+Green+Blue) = 73+206+172=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEAC is #B63153. Grayscale: #A2A2A2. Windows color (decimal): -11940180 or 11325001. OLE color: 11325001.
HSL color Cylindrical-coordinate representation of color #49CEAC: hue angle of 164.66º 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 #49CEAC is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 172 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.19 |
| HSL | 164.66º | 0.58% | 0.55% | - |
| HSV(B) | 164.66º | 0.65% | 0.81% | - |
| XYZ | 32.27 | 48.54 | 46.7 | - |
| YUV | 162.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 172 | 0.65 | 0 | 0.17 | 0.19 | 164.66 | 0.58 | 0.55 |
| Hex | 49 | CE | AC | 41 | 0 | 11 | 13 | A5 | 3A | 37 |
| Octal | 111 | 316 | 254 | 101 | 0 | 21 | 23 | 245 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10101100 | 1000001 | 0 | 10001 | 10011 | 10100101 | 111010 | 110111 |
Color Harmonies of #49CEAC
Complementary color
Monochromatic Colors of #49CEAC
Black with #49CEAC
Text Example
Text Example
White with #49CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEAC; }
p { color: rgb(73,206,172); }
H1.HeaderClassName
{
color: #49CEAC;
}
.AnyTagClassName
{
color: #49CEAC;
}
</style>
background-color css
<style>
a { background-color: #49CEAC; }
a { background-color: rgb(73,206,172); }
div.DivClassName
{
background-color: #49CEAC;
}
.BgClassName
{
background-color: #49CEAC;
}
</style>
border-color css
<style>
span { border-color: #49CEAC; }
span { border-color: rgb(73,206,172); }
td.TdClassName
{
border-color: #49CEAC;
}
.TagClassName
{
border-color: #49CEAC;
}
</style>