Shades of Puerto Rico #49CEB0
Tints of Puerto Rico #49CEB0
RGB
CMYK
RGB Variations
Color information
#49CEB0 (or 0x49CEB0) is known color: Puerto Rico. HEX triplet: 49, CE and B0. RGB value is (73,206,176). Sum of RGB (Red+Green+Blue) = 73+206+176=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEB0 is #B6314F. Grayscale: #A2A2A2. Windows color (decimal): -11940176 or 11587145. OLE color: 11587145.
HSL color Cylindrical-coordinate representation of color #49CEB0: hue angle of 166.47º 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 #49CEB0 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 176 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.19 |
| HSL | 166.47º | 0.58% | 0.55% | - |
| HSV(B) | 166.47º | 0.65% | 0.81% | - |
| XYZ | 32.66 | 48.69 | 48.75 | - |
| YUV | 162.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 176 | 0.65 | 0 | 0.15 | 0.19 | 166.47 | 0.58 | 0.55 |
| Hex | 49 | CE | B0 | 41 | 0 | F | 13 | A6 | 3A | 37 |
| Octal | 111 | 316 | 260 | 101 | 0 | 17 | 23 | 246 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10110000 | 1000001 | 0 | 1111 | 10011 | 10100110 | 111010 | 110111 |
Color Harmonies of #49CEB0
Complementary color
Monochromatic Colors of #49CEB0
Black with #49CEB0
Text Example
Text Example
White with #49CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEB0; }
p { color: rgb(73,206,176); }
H1.HeaderClassName
{
color: #49CEB0;
}
.AnyTagClassName
{
color: #49CEB0;
}
</style>
background-color css
<style>
a { background-color: #49CEB0; }
a { background-color: rgb(73,206,176); }
div.DivClassName
{
background-color: #49CEB0;
}
.BgClassName
{
background-color: #49CEB0;
}
</style>
border-color css
<style>
span { border-color: #49CEB0; }
span { border-color: rgb(73,206,176); }
td.TdClassName
{
border-color: #49CEB0;
}
.TagClassName
{
border-color: #49CEB0;
}
</style>