Shades of Puerto Rico #50C09A
Tints of Puerto Rico #50C09A
RGB
CMYK
RGB Variations
Color information
#50C09A (or 0x50C09A) is known color: Puerto Rico. HEX triplet: 50, C0 and 9A. RGB value is (80,192,154). Sum of RGB (Red+Green+Blue) = 80+192+154=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #50C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C09A is #AF3F65. Grayscale: #9A9A9A. Windows color (decimal): -11485030 or 10141776. OLE color: 10141776.
HSL color Cylindrical-coordinate representation of color #50C09A: hue angle of 159.64º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C09A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 154 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.25 |
| HSL | 159.64º | 0.47% | 0.53% | - |
| HSV(B) | 159.64º | 0.58% | 0.75% | - |
| XYZ | 27.99 | 41.74 | 37.15 | - |
| YUV | 154.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 154 | 0.58 | 0 | 0.20 | 0.25 | 159.64 | 0.47 | 0.53 |
| Hex | 50 | C0 | 9A | 3A | 0 | 14 | 19 | A0 | 2F | 35 |
| Octal | 120 | 300 | 232 | 72 | 0 | 24 | 31 | 240 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10011010 | 111010 | 0 | 10100 | 11001 | 10100000 | 101111 | 110101 |
Color Harmonies of #50C09A
Complementary color
Monochromatic Colors of #50C09A
Black with #50C09A
Text Example
Text Example
White with #50C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C09A; }
p { color: rgb(80,192,154); }
H1.HeaderClassName
{
color: #50C09A;
}
.AnyTagClassName
{
color: #50C09A;
}
</style>
background-color css
<style>
a { background-color: #50C09A; }
a { background-color: rgb(80,192,154); }
div.DivClassName
{
background-color: #50C09A;
}
.BgClassName
{
background-color: #50C09A;
}
</style>
border-color css
<style>
span { border-color: #50C09A; }
span { border-color: rgb(80,192,154); }
td.TdClassName
{
border-color: #50C09A;
}
.TagClassName
{
border-color: #50C09A;
}
</style>