Shades of Puerto Rico #50AEA8
Tints of Puerto Rico #50AEA8
RGB
CMYK
RGB Variations
Color information
#50AEA8 (or 0x50AEA8) is known color: Puerto Rico. HEX triplet: 50, AE and A8. RGB value is (80,174,168). Sum of RGB (Red+Green+Blue) = 80+174+168=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #50AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEA8 is #AF5157. Grayscale: #919191. Windows color (decimal): -11489624 or 11054672. OLE color: 11054672.
HSL color Cylindrical-coordinate representation of color #50AEA8: hue angle of 176.17º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AEA8 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 168 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.32 |
| HSL | 176.17º | 0.37% | 0.5% | - |
| HSV(B) | 176.17º | 0.54% | 0.68% | - |
| XYZ | 25.51 | 34.8 | 42.42 | - |
| YUV | 145.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 168 | 0.54 | 0 | 0.03 | 0.32 | 176.17 | 0.37 | 0.5 |
| Hex | 50 | AE | A8 | 36 | 0 | 3 | 20 | B0 | 25 | 32 |
| Octal | 120 | 256 | 250 | 66 | 0 | 3 | 40 | 260 | 45 | 62 |
| Binary | 1010000 | 10101110 | 10101000 | 110110 | 0 | 11 | 100000 | 10110000 | 100101 | 110010 |
Color Harmonies of #50AEA8
Complementary color
Monochromatic Colors of #50AEA8
Black with #50AEA8
Text Example
Text Example
White with #50AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AEA8; }
p { color: rgb(80,174,168); }
H1.HeaderClassName
{
color: #50AEA8;
}
.AnyTagClassName
{
color: #50AEA8;
}
</style>
background-color css
<style>
a { background-color: #50AEA8; }
a { background-color: rgb(80,174,168); }
div.DivClassName
{
background-color: #50AEA8;
}
.BgClassName
{
background-color: #50AEA8;
}
</style>
border-color css
<style>
span { border-color: #50AEA8; }
span { border-color: rgb(80,174,168); }
td.TdClassName
{
border-color: #50AEA8;
}
.TagClassName
{
border-color: #50AEA8;
}
</style>