Shades of Puerto Rico #49CCB2
Tints of Puerto Rico #49CCB2
RGB
CMYK
RGB Variations
Color information
#49CCB2 (or 0x49CCB2) is known color: Puerto Rico. HEX triplet: 49, CC and B2. RGB value is (73,204,178). Sum of RGB (Red+Green+Blue) = 73+204+178=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CCB2 is #B6334D. Grayscale: #A1A1A1. Windows color (decimal): -11940686 or 11717705. OLE color: 11717705.
HSL color Cylindrical-coordinate representation of color #49CCB2: hue angle of 168.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CCB2 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 178 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.2 |
| HSL | 168.09º | 0.56% | 0.54% | - |
| HSV(B) | 168.09º | 0.64% | 0.8% | - |
| XYZ | 32.38 | 47.82 | 49.64 | - |
| YUV | 161.87 | 137.1 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 178 | 0.64 | 0 | 0.13 | 0.2 | 168.09 | 0.56 | 0.54 |
| Hex | 49 | CC | B2 | 40 | 0 | D | 14 | A8 | 38 | 36 |
| Octal | 111 | 314 | 262 | 100 | 0 | 15 | 24 | 250 | 70 | 66 |
| Binary | 1001001 | 11001100 | 10110010 | 1000000 | 0 | 1101 | 10100 | 10101000 | 111000 | 110110 |
Color Harmonies of #49CCB2
Complementary color
Monochromatic Colors of #49CCB2
Black with #49CCB2
Text Example
Text Example
White with #49CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCB2; }
p { color: rgb(73,204,178); }
H1.HeaderClassName
{
color: #49CCB2;
}
.AnyTagClassName
{
color: #49CCB2;
}
</style>
background-color css
<style>
a { background-color: #49CCB2; }
a { background-color: rgb(73,204,178); }
div.DivClassName
{
background-color: #49CCB2;
}
.BgClassName
{
background-color: #49CCB2;
}
</style>
border-color css
<style>
span { border-color: #49CCB2; }
span { border-color: rgb(73,204,178); }
td.TdClassName
{
border-color: #49CCB2;
}
.TagClassName
{
border-color: #49CCB2;
}
</style>