Shades of Puerto Rico #49BEAD
Tints of Puerto Rico #49BEAD
RGB
CMYK
RGB Variations
Color information
#49BEAD (or 0x49BEAD) is known color: Puerto Rico. HEX triplet: 49, BE and AD. RGB value is (73,190,173). Sum of RGB (Red+Green+Blue) = 73+190+173=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #49BEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BEAD is #B64152. Grayscale: #999999. Windows color (decimal): -11944275 or 11386441. OLE color: 11386441.
HSL color Cylindrical-coordinate representation of color #49BEAD: hue angle of 171.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BEAD is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 173 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.25 |
| HSL | 171.28º | 0.47% | 0.52% | - |
| HSV(B) | 171.28º | 0.62% | 0.75% | - |
| XYZ | 28.7 | 41.26 | 45.99 | - |
| YUV | 153.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 173 | 0.62 | 0 | 0.09 | 0.25 | 171.28 | 0.47 | 0.52 |
| Hex | 49 | BE | AD | 3E | 0 | 9 | 19 | AB | 2F | 34 |
| Octal | 111 | 276 | 255 | 76 | 0 | 11 | 31 | 253 | 57 | 64 |
| Binary | 1001001 | 10111110 | 10101101 | 111110 | 0 | 1001 | 11001 | 10101011 | 101111 | 110100 |
Color Harmonies of #49BEAD
Complementary color
Monochromatic Colors of #49BEAD
Black with #49BEAD
Text Example
Text Example
White with #49BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEAD; }
p { color: rgb(73,190,173); }
H1.HeaderClassName
{
color: #49BEAD;
}
.AnyTagClassName
{
color: #49BEAD;
}
</style>
background-color css
<style>
a { background-color: #49BEAD; }
a { background-color: rgb(73,190,173); }
div.DivClassName
{
background-color: #49BEAD;
}
.BgClassName
{
background-color: #49BEAD;
}
</style>
border-color css
<style>
span { border-color: #49BEAD; }
span { border-color: rgb(73,190,173); }
td.TdClassName
{
border-color: #49BEAD;
}
.TagClassName
{
border-color: #49BEAD;
}
</style>