Shades of Puerto Rico #49BFAC
Tints of Puerto Rico #49BFAC
RGB
CMYK
RGB Variations
Color information
#49BFAC (or 0x49BFAC) is known color: Puerto Rico. HEX triplet: 49, BF and AC. RGB value is (73,191,172). Sum of RGB (Red+Green+Blue) = 73+191+172=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #49BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BFAC is #B64053. Grayscale: #999999. Windows color (decimal): -11944020 or 11321161. OLE color: 11321161.
HSL color Cylindrical-coordinate representation of color #49BFAC: hue angle of 170.34º degrees, saturation: 0.48, 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 #49BFAC is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 172 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.25 |
| HSL | 170.34º | 0.48% | 0.52% | - |
| HSV(B) | 170.34º | 0.62% | 0.75% | - |
| XYZ | 28.82 | 41.66 | 45.55 | - |
| YUV | 153.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 172 | 0.62 | 0 | 0.10 | 0.25 | 170.34 | 0.48 | 0.52 |
| Hex | 49 | BF | AC | 3E | 0 | A | 19 | AA | 30 | 34 |
| Octal | 111 | 277 | 254 | 76 | 0 | 12 | 31 | 252 | 60 | 64 |
| Binary | 1001001 | 10111111 | 10101100 | 111110 | 0 | 1010 | 11001 | 10101010 | 110000 | 110100 |
Color Harmonies of #49BFAC
Complementary color
Monochromatic Colors of #49BFAC
Black with #49BFAC
Text Example
Text Example
White with #49BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFAC; }
p { color: rgb(73,191,172); }
H1.HeaderClassName
{
color: #49BFAC;
}
.AnyTagClassName
{
color: #49BFAC;
}
</style>
background-color css
<style>
a { background-color: #49BFAC; }
a { background-color: rgb(73,191,172); }
div.DivClassName
{
background-color: #49BFAC;
}
.BgClassName
{
background-color: #49BFAC;
}
</style>
border-color css
<style>
span { border-color: #49BFAC; }
span { border-color: rgb(73,191,172); }
td.TdClassName
{
border-color: #49BFAC;
}
.TagClassName
{
border-color: #49BFAC;
}
</style>