Shades of Puerto Rico #49CEAD
Tints of Puerto Rico #49CEAD
RGB
CMYK
RGB Variations
Color information
#49CEAD (or 0x49CEAD) is known color: Puerto Rico. HEX triplet: 49, CE and AD. RGB value is (73,206,173). Sum of RGB (Red+Green+Blue) = 73+206+173=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEAD is #B63152. Grayscale: #A2A2A2. Windows color (decimal): -11940179 or 11390537. OLE color: 11390537.
HSL color Cylindrical-coordinate representation of color #49CEAD: hue angle of 165.11º 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 #49CEAD is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 173 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.19 |
| HSL | 165.11º | 0.58% | 0.55% | - |
| HSV(B) | 165.11º | 0.65% | 0.81% | - |
| XYZ | 32.36 | 48.58 | 47.21 | - |
| YUV | 162.47 | 133.94 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 173 | 0.65 | 0 | 0.16 | 0.19 | 165.11 | 0.58 | 0.55 |
| Hex | 49 | CE | AD | 41 | 0 | 10 | 13 | A5 | 3A | 37 |
| Octal | 111 | 316 | 255 | 101 | 0 | 20 | 23 | 245 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10101101 | 1000001 | 0 | 10000 | 10011 | 10100101 | 111010 | 110111 |
Color Harmonies of #49CEAD
Complementary color
Monochromatic Colors of #49CEAD
Black with #49CEAD
Text Example
Text Example
White with #49CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEAD; }
p { color: rgb(73,206,173); }
H1.HeaderClassName
{
color: #49CEAD;
}
.AnyTagClassName
{
color: #49CEAD;
}
</style>
background-color css
<style>
a { background-color: #49CEAD; }
a { background-color: rgb(73,206,173); }
div.DivClassName
{
background-color: #49CEAD;
}
.BgClassName
{
background-color: #49CEAD;
}
</style>
border-color css
<style>
span { border-color: #49CEAD; }
span { border-color: rgb(73,206,173); }
td.TdClassName
{
border-color: #49CEAD;
}
.TagClassName
{
border-color: #49CEAD;
}
</style>