Shades of Puerto Rico #49CCB0
Tints of Puerto Rico #49CCB0
RGB
CMYK
RGB Variations
Color information
#49CCB0 (or 0x49CCB0) is known color: Puerto Rico. HEX triplet: 49, CC and B0. RGB value is (73,204,176). Sum of RGB (Red+Green+Blue) = 73+204+176=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CCB0 is #B6334F. Grayscale: #A1A1A1. Windows color (decimal): -11940688 or 11586633. OLE color: 11586633.
HSL color Cylindrical-coordinate representation of color #49CCB0: hue angle of 167.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CCB0 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 176 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.2 |
| HSL | 167.18º | 0.56% | 0.54% | - |
| HSV(B) | 167.18º | 0.64% | 0.8% | - |
| XYZ | 32.18 | 47.74 | 48.59 | - |
| YUV | 161.64 | 136.1 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 176 | 0.64 | 0 | 0.14 | 0.2 | 167.18 | 0.56 | 0.54 |
| Hex | 49 | CC | B0 | 40 | 0 | E | 14 | A7 | 38 | 36 |
| Octal | 111 | 314 | 260 | 100 | 0 | 16 | 24 | 247 | 70 | 66 |
| Binary | 1001001 | 11001100 | 10110000 | 1000000 | 0 | 1110 | 10100 | 10100111 | 111000 | 110110 |
Color Harmonies of #49CCB0
Complementary color
Monochromatic Colors of #49CCB0
Black with #49CCB0
Text Example
Text Example
White with #49CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCB0; }
p { color: rgb(73,204,176); }
H1.HeaderClassName
{
color: #49CCB0;
}
.AnyTagClassName
{
color: #49CCB0;
}
</style>
background-color css
<style>
a { background-color: #49CCB0; }
a { background-color: rgb(73,204,176); }
div.DivClassName
{
background-color: #49CCB0;
}
.BgClassName
{
background-color: #49CCB0;
}
</style>
border-color css
<style>
span { border-color: #49CCB0; }
span { border-color: rgb(73,204,176); }
td.TdClassName
{
border-color: #49CCB0;
}
.TagClassName
{
border-color: #49CCB0;
}
</style>