Shades of Puerto Rico #49C2A3
Tints of Puerto Rico #49C2A3
RGB
CMYK
RGB Variations
Color information
#49C2A3 (or 0x49C2A3) is known color: Puerto Rico. HEX triplet: 49, C2 and A3. RGB value is (73,194,163). Sum of RGB (Red+Green+Blue) = 73+194+163=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C2A3 is #B63D5C. Grayscale: #9A9A9A. Windows color (decimal): -11943261 or 10732105. OLE color: 10732105.
HSL color Cylindrical-coordinate representation of color #49C2A3: hue angle of 164.63º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C2A3 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 163 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.24 |
| HSL | 164.63º | 0.5% | 0.52% | - |
| HSV(B) | 164.63º | 0.62% | 0.76% | - |
| XYZ | 28.65 | 42.64 | 41.37 | - |
| YUV | 154.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 163 | 0.62 | 0 | 0.16 | 0.24 | 164.63 | 0.5 | 0.52 |
| Hex | 49 | C2 | A3 | 3E | 0 | 10 | 18 | A5 | 32 | 34 |
| Octal | 111 | 302 | 243 | 76 | 0 | 20 | 30 | 245 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10100011 | 111110 | 0 | 10000 | 11000 | 10100101 | 110010 | 110100 |
Color Harmonies of #49C2A3
Complementary color
Monochromatic Colors of #49C2A3
Black with #49C2A3
Text Example
Text Example
White with #49C2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2A3; }
p { color: rgb(73,194,163); }
H1.HeaderClassName
{
color: #49C2A3;
}
.AnyTagClassName
{
color: #49C2A3;
}
</style>
background-color css
<style>
a { background-color: #49C2A3; }
a { background-color: rgb(73,194,163); }
div.DivClassName
{
background-color: #49C2A3;
}
.BgClassName
{
background-color: #49C2A3;
}
</style>
border-color css
<style>
span { border-color: #49C2A3; }
span { border-color: rgb(73,194,163); }
td.TdClassName
{
border-color: #49C2A3;
}
.TagClassName
{
border-color: #49C2A3;
}
</style>