Shades of Puerto Rico #49CEB2
Tints of Puerto Rico #49CEB2
RGB
CMYK
RGB Variations
Color information
#49CEB2 (or 0x49CEB2) is known color: Puerto Rico. HEX triplet: 49, CE and B2. RGB value is (73,206,178). Sum of RGB (Red+Green+Blue) = 73+206+178=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEB2 is #B6314D. Grayscale: #A3A3A3. Windows color (decimal): -11940174 or 11718217. OLE color: 11718217.
HSL color Cylindrical-coordinate representation of color #49CEB2: hue angle of 167.37º 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 #49CEB2 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 178 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.19 |
| HSL | 167.37º | 0.58% | 0.55% | - |
| HSV(B) | 167.37º | 0.65% | 0.81% | - |
| XYZ | 32.85 | 48.77 | 49.8 | - |
| YUV | 163.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 178 | 0.65 | 0 | 0.14 | 0.19 | 167.37 | 0.58 | 0.55 |
| Hex | 49 | CE | B2 | 41 | 0 | E | 13 | A7 | 3A | 37 |
| Octal | 111 | 316 | 262 | 101 | 0 | 16 | 23 | 247 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10110010 | 1000001 | 0 | 1110 | 10011 | 10100111 | 111010 | 110111 |
Color Harmonies of #49CEB2
Complementary color
Monochromatic Colors of #49CEB2
Black with #49CEB2
Text Example
Text Example
White with #49CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEB2; }
p { color: rgb(73,206,178); }
H1.HeaderClassName
{
color: #49CEB2;
}
.AnyTagClassName
{
color: #49CEB2;
}
</style>
background-color css
<style>
a { background-color: #49CEB2; }
a { background-color: rgb(73,206,178); }
div.DivClassName
{
background-color: #49CEB2;
}
.BgClassName
{
background-color: #49CEB2;
}
</style>
border-color css
<style>
span { border-color: #49CEB2; }
span { border-color: rgb(73,206,178); }
td.TdClassName
{
border-color: #49CEB2;
}
.TagClassName
{
border-color: #49CEB2;
}
</style>