Shades of Puerto Rico #50BCA8
Tints of Puerto Rico #50BCA8
RGB
CMYK
RGB Variations
Color information
#50BCA8 (or 0x50BCA8) is known color: Puerto Rico. HEX triplet: 50, BC and A8. RGB value is (80,188,168). Sum of RGB (Red+Green+Blue) = 80+188+168=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCA8 is #AF4357. Grayscale: #999999. Windows color (decimal): -11486040 or 11058256. OLE color: 11058256.
HSL color Cylindrical-coordinate representation of color #50BCA8: hue angle of 168.89º 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 #50BCA8 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 168 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.26 |
| HSL | 168.89º | 0.45% | 0.53% | - |
| HSV(B) | 168.89º | 0.57% | 0.74% | - |
| XYZ | 28.36 | 40.5 | 43.37 | - |
| YUV | 153.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 168 | 0.57 | 0 | 0.11 | 0.26 | 168.89 | 0.45 | 0.53 |
| Hex | 50 | BC | A8 | 39 | 0 | B | 1A | A9 | 2D | 35 |
| Octal | 120 | 274 | 250 | 71 | 0 | 13 | 32 | 251 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10101000 | 111001 | 0 | 1011 | 11010 | 10101001 | 101101 | 110101 |
Color Harmonies of #50BCA8
Complementary color
Monochromatic Colors of #50BCA8
Black with #50BCA8
Text Example
Text Example
White with #50BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCA8; }
p { color: rgb(80,188,168); }
H1.HeaderClassName
{
color: #50BCA8;
}
.AnyTagClassName
{
color: #50BCA8;
}
</style>
background-color css
<style>
a { background-color: #50BCA8; }
a { background-color: rgb(80,188,168); }
div.DivClassName
{
background-color: #50BCA8;
}
.BgClassName
{
background-color: #50BCA8;
}
</style>
border-color css
<style>
span { border-color: #50BCA8; }
span { border-color: rgb(80,188,168); }
td.TdClassName
{
border-color: #50BCA8;
}
.TagClassName
{
border-color: #50BCA8;
}
</style>