Shades of Puerto Rico #50BAB5
Tints of Puerto Rico #50BAB5
RGB
CMYK
RGB Variations
Color information
#50BAB5 (or 0x50BAB5) is known color: Puerto Rico. HEX triplet: 50, BA and B5. RGB value is (80,186,181). Sum of RGB (Red+Green+Blue) = 80+186+181=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #50BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BAB5 is #AF454A. Grayscale: #999999. Windows color (decimal): -11486539 or 11909712. OLE color: 11909712.
HSL color Cylindrical-coordinate representation of color #50BAB5: hue angle of 177.17º 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 #50BAB5 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 181 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.27 |
| HSL | 177.17º | 0.43% | 0.52% | - |
| HSV(B) | 177.17º | 0.57% | 0.73% | - |
| XYZ | 29.21 | 40.16 | 49.93 | - |
| YUV | 153.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 181 | 0.57 | 0 | 0.03 | 0.27 | 177.17 | 0.43 | 0.52 |
| Hex | 50 | BA | B5 | 39 | 0 | 3 | 1B | B1 | 2B | 34 |
| Octal | 120 | 272 | 265 | 71 | 0 | 3 | 33 | 261 | 53 | 64 |
| Binary | 1010000 | 10111010 | 10110101 | 111001 | 0 | 11 | 11011 | 10110001 | 101011 | 110100 |
Color Harmonies of #50BAB5
Complementary color
Monochromatic Colors of #50BAB5
Black with #50BAB5
Text Example
Text Example
White with #50BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAB5; }
p { color: rgb(80,186,181); }
H1.HeaderClassName
{
color: #50BAB5;
}
.AnyTagClassName
{
color: #50BAB5;
}
</style>
background-color css
<style>
a { background-color: #50BAB5; }
a { background-color: rgb(80,186,181); }
div.DivClassName
{
background-color: #50BAB5;
}
.BgClassName
{
background-color: #50BAB5;
}
</style>
border-color css
<style>
span { border-color: #50BAB5; }
span { border-color: rgb(80,186,181); }
td.TdClassName
{
border-color: #50BAB5;
}
.TagClassName
{
border-color: #50BAB5;
}
</style>