Shades of Puerto Rico #50B69E
Tints of Puerto Rico #50B69E
RGB
CMYK
RGB Variations
Color information
#50B69E (or 0x50B69E) is known color: Puerto Rico. HEX triplet: 50, B6 and 9E. RGB value is (80,182,158). Sum of RGB (Red+Green+Blue) = 80+182+158=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #50B69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B69E is #AF4961. Grayscale: #949494. Windows color (decimal): -11487586 or 10401360. OLE color: 10401360.
HSL color Cylindrical-coordinate representation of color #50B69E: hue angle of 165.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B69E is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 182 | 158 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.29 |
| HSL | 165.88º | 0.41% | 0.51% | - |
| HSV(B) | 165.88º | 0.56% | 0.71% | - |
| XYZ | 26.21 | 37.63 | 38.23 | - |
| YUV | 148.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 158 | 0.56 | 0 | 0.13 | 0.29 | 165.88 | 0.41 | 0.51 |
| Hex | 50 | B6 | 9E | 38 | 0 | D | 1D | A6 | 29 | 33 |
| Octal | 120 | 266 | 236 | 70 | 0 | 15 | 35 | 246 | 51 | 63 |
| Binary | 1010000 | 10110110 | 10011110 | 111000 | 0 | 1101 | 11101 | 10100110 | 101001 | 110011 |
Color Harmonies of #50B69E
Complementary color
Monochromatic Colors of #50B69E
Black with #50B69E
Text Example
Text Example
White with #50B69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B69E; }
p { color: rgb(80,182,158); }
H1.HeaderClassName
{
color: #50B69E;
}
.AnyTagClassName
{
color: #50B69E;
}
</style>
background-color css
<style>
a { background-color: #50B69E; }
a { background-color: rgb(80,182,158); }
div.DivClassName
{
background-color: #50B69E;
}
.BgClassName
{
background-color: #50B69E;
}
</style>
border-color css
<style>
span { border-color: #50B69E; }
span { border-color: rgb(80,182,158); }
td.TdClassName
{
border-color: #50B69E;
}
.TagClassName
{
border-color: #50B69E;
}
</style>