Shades of Puerto Rico #49AEA8
Tints of Puerto Rico #49AEA8
RGB
CMYK
RGB Variations
Color information
#49AEA8 (or 0x49AEA8) is known color: Puerto Rico. HEX triplet: 49, AE and A8. RGB value is (73,174,168). Sum of RGB (Red+Green+Blue) = 73+174+168=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #49AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEA8 is #B65157. Grayscale: #8F8F8F. Windows color (decimal): -11948376 or 11054665. OLE color: 11054665.
HSL color Cylindrical-coordinate representation of color #49AEA8: hue angle of 176.44º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AEA8 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 174 | 168 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.32 |
| HSL | 176.44º | 0.41% | 0.48% | - |
| HSV(B) | 176.44º | 0.58% | 0.68% | - |
| XYZ | 24.95 | 34.52 | 42.39 | - |
| YUV | 143.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 168 | 0.58 | 0 | 0.03 | 0.32 | 176.44 | 0.41 | 0.48 |
| Hex | 49 | AE | A8 | 3A | 0 | 3 | 20 | B0 | 29 | 30 |
| Octal | 111 | 256 | 250 | 72 | 0 | 3 | 40 | 260 | 51 | 60 |
| Binary | 1001001 | 10101110 | 10101000 | 111010 | 0 | 11 | 100000 | 10110000 | 101001 | 110000 |
Color Harmonies of #49AEA8
Complementary color
Monochromatic Colors of #49AEA8
Black with #49AEA8
Text Example
Text Example
White with #49AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AEA8; }
p { color: rgb(73,174,168); }
H1.HeaderClassName
{
color: #49AEA8;
}
.AnyTagClassName
{
color: #49AEA8;
}
</style>
background-color css
<style>
a { background-color: #49AEA8; }
a { background-color: rgb(73,174,168); }
div.DivClassName
{
background-color: #49AEA8;
}
.BgClassName
{
background-color: #49AEA8;
}
</style>
border-color css
<style>
span { border-color: #49AEA8; }
span { border-color: rgb(73,174,168); }
td.TdClassName
{
border-color: #49AEA8;
}
.TagClassName
{
border-color: #49AEA8;
}
</style>