Shades of Puerto Rico #49CEAF
Tints of Puerto Rico #49CEAF
RGB
CMYK
RGB Variations
Color information
#49CEAF (or 0x49CEAF) is known color: Puerto Rico. HEX triplet: 49, CE and AF. RGB value is (73,206,175). Sum of RGB (Red+Green+Blue) = 73+206+175=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEAF is #B63150. Grayscale: #A2A2A2. Windows color (decimal): -11940177 or 11521609. OLE color: 11521609.
HSL color Cylindrical-coordinate representation of color #49CEAF: hue angle of 166.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEAF is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 175 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.19 |
| HSL | 166.02º | 0.58% | 0.55% | - |
| HSV(B) | 166.02º | 0.65% | 0.81% | - |
| XYZ | 32.56 | 48.65 | 48.23 | - |
| YUV | 162.7 | 134.94 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 175 | 0.65 | 0 | 0.15 | 0.19 | 166.02 | 0.58 | 0.55 |
| Hex | 49 | CE | AF | 41 | 0 | F | 13 | A6 | 3A | 37 |
| Octal | 111 | 316 | 257 | 101 | 0 | 17 | 23 | 246 | 72 | 67 |
| Binary | 1001001 | 11001110 | 10101111 | 1000001 | 0 | 1111 | 10011 | 10100110 | 111010 | 110111 |
Color Harmonies of #49CEAF
Complementary color
Monochromatic Colors of #49CEAF
Black with #49CEAF
Text Example
Text Example
White with #49CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEAF; }
p { color: rgb(73,206,175); }
H1.HeaderClassName
{
color: #49CEAF;
}
.AnyTagClassName
{
color: #49CEAF;
}
</style>
background-color css
<style>
a { background-color: #49CEAF; }
a { background-color: rgb(73,206,175); }
div.DivClassName
{
background-color: #49CEAF;
}
.BgClassName
{
background-color: #49CEAF;
}
</style>
border-color css
<style>
span { border-color: #49CEAF; }
span { border-color: rgb(73,206,175); }
td.TdClassName
{
border-color: #49CEAF;
}
.TagClassName
{
border-color: #49CEAF;
}
</style>