Shades of Puerto Rico #50BCAE
Tints of Puerto Rico #50BCAE
RGB
CMYK
RGB Variations
Color information
#50BCAE (or 0x50BCAE) is known color: Puerto Rico. HEX triplet: 50, BC and AE. RGB value is (80,188,174). Sum of RGB (Red+Green+Blue) = 80+188+174=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCAE is #AF4351. Grayscale: #9A9A9A. Windows color (decimal): -11486034 or 11451472. OLE color: 11451472.
HSL color Cylindrical-coordinate representation of color #50BCAE: hue angle of 172.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BCAE is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 174 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.26 |
| HSL | 172.22º | 0.45% | 0.53% | - |
| HSV(B) | 172.22º | 0.57% | 0.74% | - |
| XYZ | 28.93 | 40.73 | 46.38 | - |
| YUV | 154.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 174 | 0.57 | 0 | 0.07 | 0.26 | 172.22 | 0.45 | 0.53 |
| Hex | 50 | BC | AE | 39 | 0 | 7 | 1A | AC | 2D | 35 |
| Octal | 120 | 274 | 256 | 71 | 0 | 7 | 32 | 254 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10101110 | 111001 | 0 | 111 | 11010 | 10101100 | 101101 | 110101 |
Color Harmonies of #50BCAE
Complementary color
Monochromatic Colors of #50BCAE
Black with #50BCAE
Text Example
Text Example
White with #50BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCAE; }
p { color: rgb(80,188,174); }
H1.HeaderClassName
{
color: #50BCAE;
}
.AnyTagClassName
{
color: #50BCAE;
}
</style>
background-color css
<style>
a { background-color: #50BCAE; }
a { background-color: rgb(80,188,174); }
div.DivClassName
{
background-color: #50BCAE;
}
.BgClassName
{
background-color: #50BCAE;
}
</style>
border-color css
<style>
span { border-color: #50BCAE; }
span { border-color: rgb(80,188,174); }
td.TdClassName
{
border-color: #50BCAE;
}
.TagClassName
{
border-color: #50BCAE;
}
</style>