Shades of Puerto Rico #50BAAA
Tints of Puerto Rico #50BAAA
RGB
CMYK
RGB Variations
Color information
#50BAAA (or 0x50BAAA) is known color: Puerto Rico. HEX triplet: 50, BA and AA. RGB value is (80,186,170). Sum of RGB (Red+Green+Blue) = 80+186+170=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #50BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BAAA is #AF4555. Grayscale: #989898. Windows color (decimal): -11486550 or 11188816. OLE color: 11188816.
HSL color Cylindrical-coordinate representation of color #50BAAA: hue angle of 170.94º degrees, saturation: 0.43, 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 #50BAAA is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 170 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.27 |
| HSL | 170.94º | 0.43% | 0.52% | - |
| HSV(B) | 170.94º | 0.57% | 0.73% | - |
| XYZ | 28.12 | 39.73 | 44.22 | - |
| YUV | 152.48 | 137.88 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 170 | 0.57 | 0 | 0.09 | 0.27 | 170.94 | 0.43 | 0.52 |
| Hex | 50 | BA | AA | 39 | 0 | 9 | 1B | AB | 2B | 34 |
| Octal | 120 | 272 | 252 | 71 | 0 | 11 | 33 | 253 | 53 | 64 |
| Binary | 1010000 | 10111010 | 10101010 | 111001 | 0 | 1001 | 11011 | 10101011 | 101011 | 110100 |
Color Harmonies of #50BAAA
Complementary color
Monochromatic Colors of #50BAAA
Black with #50BAAA
Text Example
Text Example
White with #50BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAAA; }
p { color: rgb(80,186,170); }
H1.HeaderClassName
{
color: #50BAAA;
}
.AnyTagClassName
{
color: #50BAAA;
}
</style>
background-color css
<style>
a { background-color: #50BAAA; }
a { background-color: rgb(80,186,170); }
div.DivClassName
{
background-color: #50BAAA;
}
.BgClassName
{
background-color: #50BAAA;
}
</style>
border-color css
<style>
span { border-color: #50BAAA; }
span { border-color: rgb(80,186,170); }
td.TdClassName
{
border-color: #50BAAA;
}
.TagClassName
{
border-color: #50BAAA;
}
</style>