Shades of Puerto Rico #49C2B3
Tints of Puerto Rico #49C2B3
RGB
CMYK
RGB Variations
Color information
#49C2B3 (or 0x49C2B3) is known color: Puerto Rico. HEX triplet: 49, C2 and B3. RGB value is (73,194,179). Sum of RGB (Red+Green+Blue) = 73+194+179=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2B3 is #B63D4C. Grayscale: #9C9C9C. Windows color (decimal): -11943245 or 11780681. OLE color: 11780681.
HSL color Cylindrical-coordinate representation of color #49C2B3: hue angle of 172.56º 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 #49C2B3 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 179 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.24 |
| HSL | 172.56º | 0.5% | 0.52% | - |
| HSV(B) | 172.56º | 0.62% | 0.76% | - |
| XYZ | 30.18 | 43.25 | 49.41 | - |
| YUV | 156.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 179 | 0.62 | 0 | 0.08 | 0.24 | 172.56 | 0.5 | 0.52 |
| Hex | 49 | C2 | B3 | 3E | 0 | 8 | 18 | AD | 32 | 34 |
| Octal | 111 | 302 | 263 | 76 | 0 | 10 | 30 | 255 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10110011 | 111110 | 0 | 1000 | 11000 | 10101101 | 110010 | 110100 |
Color Harmonies of #49C2B3
Complementary color
Monochromatic Colors of #49C2B3
Black with #49C2B3
Text Example
Text Example
White with #49C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2B3; }
p { color: rgb(73,194,179); }
H1.HeaderClassName
{
color: #49C2B3;
}
.AnyTagClassName
{
color: #49C2B3;
}
</style>
background-color css
<style>
a { background-color: #49C2B3; }
a { background-color: rgb(73,194,179); }
div.DivClassName
{
background-color: #49C2B3;
}
.BgClassName
{
background-color: #49C2B3;
}
</style>
border-color css
<style>
span { border-color: #49C2B3; }
span { border-color: rgb(73,194,179); }
td.TdClassName
{
border-color: #49C2B3;
}
.TagClassName
{
border-color: #49C2B3;
}
</style>