Shades of Puerto Rico #49BFA3
Tints of Puerto Rico #49BFA3
RGB
CMYK
RGB Variations
Color information
#49BFA3 (or 0x49BFA3) is known color: Puerto Rico. HEX triplet: 49, BF and A3. RGB value is (73,191,163). Sum of RGB (Red+Green+Blue) = 73+191+163=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #49BFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BFA3 is #B6405C. Grayscale: #989898. Windows color (decimal): -11944029 or 10731337. OLE color: 10731337.
HSL color Cylindrical-coordinate representation of color #49BFA3: hue angle of 165.76º 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 #49BFA3 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 163 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.25 |
| HSL | 165.76º | 0.48% | 0.52% | - |
| HSV(B) | 165.76º | 0.62% | 0.75% | - |
| XYZ | 27.99 | 41.32 | 41.15 | - |
| YUV | 152.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 163 | 0.62 | 0 | 0.15 | 0.25 | 165.76 | 0.48 | 0.52 |
| Hex | 49 | BF | A3 | 3E | 0 | F | 19 | A6 | 30 | 34 |
| Octal | 111 | 277 | 243 | 76 | 0 | 17 | 31 | 246 | 60 | 64 |
| Binary | 1001001 | 10111111 | 10100011 | 111110 | 0 | 1111 | 11001 | 10100110 | 110000 | 110100 |
Color Harmonies of #49BFA3
Complementary color
Monochromatic Colors of #49BFA3
Black with #49BFA3
Text Example
Text Example
White with #49BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFA3; }
p { color: rgb(73,191,163); }
H1.HeaderClassName
{
color: #49BFA3;
}
.AnyTagClassName
{
color: #49BFA3;
}
</style>
background-color css
<style>
a { background-color: #49BFA3; }
a { background-color: rgb(73,191,163); }
div.DivClassName
{
background-color: #49BFA3;
}
.BgClassName
{
background-color: #49BFA3;
}
</style>
border-color css
<style>
span { border-color: #49BFA3; }
span { border-color: rgb(73,191,163); }
td.TdClassName
{
border-color: #49BFA3;
}
.TagClassName
{
border-color: #49BFA3;
}
</style>