Shades of Puerto Rico #49CBAE
Tints of Puerto Rico #49CBAE
RGB
CMYK
RGB Variations
Color information
#49CBAE (or 0x49CBAE) is known color: Puerto Rico. HEX triplet: 49, CB and AE. RGB value is (73,203,174). Sum of RGB (Red+Green+Blue) = 73+203+174=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #49CBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CBAE is #B63451. Grayscale: #A0A0A0. Windows color (decimal): -11940946 or 11455305. OLE color: 11455305.
HSL color Cylindrical-coordinate representation of color #49CBAE: hue angle of 166.62º 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 #49CBAE is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 174 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.20 |
| HSL | 166.62º | 0.56% | 0.54% | - |
| HSV(B) | 166.62º | 0.64% | 0.8% | - |
| XYZ | 31.74 | 47.18 | 47.48 | - |
| YUV | 160.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 174 | 0.64 | 0 | 0.14 | 0.20 | 166.62 | 0.56 | 0.54 |
| Hex | 49 | CB | AE | 40 | 0 | E | 14 | A7 | 38 | 36 |
| Octal | 111 | 313 | 256 | 100 | 0 | 16 | 24 | 247 | 70 | 66 |
| Binary | 1001001 | 11001011 | 10101110 | 1000000 | 0 | 1110 | 10100 | 10100111 | 111000 | 110110 |
Color Harmonies of #49CBAE
Complementary color
Monochromatic Colors of #49CBAE
Black with #49CBAE
Text Example
Text Example
White with #49CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBAE; }
p { color: rgb(73,203,174); }
H1.HeaderClassName
{
color: #49CBAE;
}
.AnyTagClassName
{
color: #49CBAE;
}
</style>
background-color css
<style>
a { background-color: #49CBAE; }
a { background-color: rgb(73,203,174); }
div.DivClassName
{
background-color: #49CBAE;
}
.BgClassName
{
background-color: #49CBAE;
}
</style>
border-color css
<style>
span { border-color: #49CBAE; }
span { border-color: rgb(73,203,174); }
td.TdClassName
{
border-color: #49CBAE;
}
.TagClassName
{
border-color: #49CBAE;
}
</style>