Shades of Puerto Rico #49C2B2
Tints of Puerto Rico #49C2B2
RGB
CMYK
RGB Variations
Color information
#49C2B2 (or 0x49C2B2) is known color: Puerto Rico. HEX triplet: 49, C2 and B2. RGB value is (73,194,178). Sum of RGB (Red+Green+Blue) = 73+194+178=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C2B2 is #B63D4D. Grayscale: #9B9B9B. Windows color (decimal): -11943246 or 11715145. OLE color: 11715145.
HSL color Cylindrical-coordinate representation of color #49C2B2: hue angle of 172.07º 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 #49C2B2 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 178 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.24 |
| HSL | 172.07º | 0.5% | 0.52% | - |
| HSV(B) | 172.07º | 0.62% | 0.76% | - |
| XYZ | 30.08 | 43.21 | 48.88 | - |
| YUV | 156 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 178 | 0.62 | 0 | 0.08 | 0.24 | 172.07 | 0.5 | 0.52 |
| Hex | 49 | C2 | B2 | 3E | 0 | 8 | 18 | AC | 32 | 34 |
| Octal | 111 | 302 | 262 | 76 | 0 | 10 | 30 | 254 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10110010 | 111110 | 0 | 1000 | 11000 | 10101100 | 110010 | 110100 |
Color Harmonies of #49C2B2
Complementary color
Monochromatic Colors of #49C2B2
Black with #49C2B2
Text Example
Text Example
White with #49C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2B2; }
p { color: rgb(73,194,178); }
H1.HeaderClassName
{
color: #49C2B2;
}
.AnyTagClassName
{
color: #49C2B2;
}
</style>
background-color css
<style>
a { background-color: #49C2B2; }
a { background-color: rgb(73,194,178); }
div.DivClassName
{
background-color: #49C2B2;
}
.BgClassName
{
background-color: #49C2B2;
}
</style>
border-color css
<style>
span { border-color: #49C2B2; }
span { border-color: rgb(73,194,178); }
td.TdClassName
{
border-color: #49C2B2;
}
.TagClassName
{
border-color: #49C2B2;
}
</style>