Shades of Puerto Rico #50BAB2
Tints of Puerto Rico #50BAB2
RGB
CMYK
RGB Variations
Color information
#50BAB2 (or 0x50BAB2) is known color: Puerto Rico. HEX triplet: 50, BA and B2. RGB value is (80,186,178). Sum of RGB (Red+Green+Blue) = 80+186+178=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #50BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BAB2 is #AF454D. Grayscale: #999999. Windows color (decimal): -11486542 or 11713104. OLE color: 11713104.
HSL color Cylindrical-coordinate representation of color #50BAB2: hue angle of 175.47º 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 #50BAB2 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 178 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.27 |
| HSL | 175.47º | 0.43% | 0.52% | - |
| HSV(B) | 175.47º | 0.57% | 0.73% | - |
| XYZ | 28.9 | 40.04 | 48.32 | - |
| YUV | 153.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 178 | 0.57 | 0 | 0.04 | 0.27 | 175.47 | 0.43 | 0.52 |
| Hex | 50 | BA | B2 | 39 | 0 | 4 | 1B | AF | 2B | 34 |
| Octal | 120 | 272 | 262 | 71 | 0 | 4 | 33 | 257 | 53 | 64 |
| Binary | 1010000 | 10111010 | 10110010 | 111001 | 0 | 100 | 11011 | 10101111 | 101011 | 110100 |
Color Harmonies of #50BAB2
Complementary color
Monochromatic Colors of #50BAB2
Black with #50BAB2
Text Example
Text Example
White with #50BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAB2; }
p { color: rgb(80,186,178); }
H1.HeaderClassName
{
color: #50BAB2;
}
.AnyTagClassName
{
color: #50BAB2;
}
</style>
background-color css
<style>
a { background-color: #50BAB2; }
a { background-color: rgb(80,186,178); }
div.DivClassName
{
background-color: #50BAB2;
}
.BgClassName
{
background-color: #50BAB2;
}
</style>
border-color css
<style>
span { border-color: #50BAB2; }
span { border-color: rgb(80,186,178); }
td.TdClassName
{
border-color: #50BAB2;
}
.TagClassName
{
border-color: #50BAB2;
}
</style>