Shades of Puerto Rico #49CCAF
Tints of Puerto Rico #49CCAF
RGB
CMYK
RGB Variations
Color information
#49CCAF (or 0x49CCAF) is known color: Puerto Rico. HEX triplet: 49, CC and AF. RGB value is (73,204,175). Sum of RGB (Red+Green+Blue) = 73+204+175=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CCAF is #B63350. Grayscale: #A1A1A1. Windows color (decimal): -11940689 or 11521097. OLE color: 11521097.
HSL color Cylindrical-coordinate representation of color #49CCAF: hue angle of 166.72º 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 #49CCAF is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 175 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.2 |
| HSL | 166.72º | 0.56% | 0.54% | - |
| HSV(B) | 166.72º | 0.64% | 0.8% | - |
| XYZ | 32.08 | 47.7 | 48.07 | - |
| YUV | 161.53 | 135.6 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 175 | 0.64 | 0 | 0.14 | 0.2 | 166.72 | 0.56 | 0.54 |
| Hex | 49 | CC | AF | 40 | 0 | E | 14 | A7 | 38 | 36 |
| Octal | 111 | 314 | 257 | 100 | 0 | 16 | 24 | 247 | 70 | 66 |
| Binary | 1001001 | 11001100 | 10101111 | 1000000 | 0 | 1110 | 10100 | 10100111 | 111000 | 110110 |
Color Harmonies of #49CCAF
Complementary color
Monochromatic Colors of #49CCAF
Black with #49CCAF
Text Example
Text Example
White with #49CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCAF; }
p { color: rgb(73,204,175); }
H1.HeaderClassName
{
color: #49CCAF;
}
.AnyTagClassName
{
color: #49CCAF;
}
</style>
background-color css
<style>
a { background-color: #49CCAF; }
a { background-color: rgb(73,204,175); }
div.DivClassName
{
background-color: #49CCAF;
}
.BgClassName
{
background-color: #49CCAF;
}
</style>
border-color css
<style>
span { border-color: #49CCAF; }
span { border-color: rgb(73,204,175); }
td.TdClassName
{
border-color: #49CCAF;
}
.TagClassName
{
border-color: #49CCAF;
}
</style>