Shades of Puerto Rico #50BBA0
Tints of Puerto Rico #50BBA0
RGB
CMYK
RGB Variations
Color information
#50BBA0 (or 0x50BBA0) is known color: Puerto Rico. HEX triplet: 50, BB and A0. RGB value is (80,187,160). Sum of RGB (Red+Green+Blue) = 80+187+160=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BBA0 is #AF445F. Grayscale: #979797. Windows color (decimal): -11486304 or 10533712. OLE color: 10533712.
HSL color Cylindrical-coordinate representation of color #50BBA0: hue angle of 164.86º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BBA0 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 160 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.27 |
| HSL | 164.86º | 0.44% | 0.52% | - |
| HSV(B) | 164.86º | 0.57% | 0.73% | - |
| XYZ | 27.42 | 39.78 | 39.49 | - |
| YUV | 151.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 160 | 0.57 | 0 | 0.14 | 0.27 | 164.86 | 0.44 | 0.52 |
| Hex | 50 | BB | A0 | 39 | 0 | E | 1B | A5 | 2C | 34 |
| Octal | 120 | 273 | 240 | 71 | 0 | 16 | 33 | 245 | 54 | 64 |
| Binary | 1010000 | 10111011 | 10100000 | 111001 | 0 | 1110 | 11011 | 10100101 | 101100 | 110100 |
Color Harmonies of #50BBA0
Complementary color
Monochromatic Colors of #50BBA0
Black with #50BBA0
Text Example
Text Example
White with #50BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BBA0; }
p { color: rgb(80,187,160); }
H1.HeaderClassName
{
color: #50BBA0;
}
.AnyTagClassName
{
color: #50BBA0;
}
</style>
background-color css
<style>
a { background-color: #50BBA0; }
a { background-color: rgb(80,187,160); }
div.DivClassName
{
background-color: #50BBA0;
}
.BgClassName
{
background-color: #50BBA0;
}
</style>
border-color css
<style>
span { border-color: #50BBA0; }
span { border-color: rgb(80,187,160); }
td.TdClassName
{
border-color: #50BBA0;
}
.TagClassName
{
border-color: #50BBA0;
}
</style>