Shades of Puerto Rico #50C09C
Tints of Puerto Rico #50C09C
RGB
CMYK
RGB Variations
Color information
#50C09C (or 0x50C09C) is known color: Puerto Rico. HEX triplet: 50, C0 and 9C. RGB value is (80,192,156). Sum of RGB (Red+Green+Blue) = 80+192+156=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #50C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C09C is #AF3F63. Grayscale: #9A9A9A. Windows color (decimal): -11485028 or 10272848. OLE color: 10272848.
HSL color Cylindrical-coordinate representation of color #50C09C: hue angle of 160.71º 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 #50C09C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 156 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.25 |
| HSL | 160.71º | 0.47% | 0.53% | - |
| HSV(B) | 160.71º | 0.58% | 0.75% | - |
| XYZ | 28.16 | 41.81 | 38.04 | - |
| YUV | 154.41 | 128.89 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 156 | 0.58 | 0 | 0.19 | 0.25 | 160.71 | 0.47 | 0.53 |
| Hex | 50 | C0 | 9C | 3A | 0 | 13 | 19 | A1 | 2F | 35 |
| Octal | 120 | 300 | 234 | 72 | 0 | 23 | 31 | 241 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10011100 | 111010 | 0 | 10011 | 11001 | 10100001 | 101111 | 110101 |
Color Harmonies of #50C09C
Complementary color
Monochromatic Colors of #50C09C
Black with #50C09C
Text Example
Text Example
White with #50C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C09C; }
p { color: rgb(80,192,156); }
H1.HeaderClassName
{
color: #50C09C;
}
.AnyTagClassName
{
color: #50C09C;
}
</style>
background-color css
<style>
a { background-color: #50C09C; }
a { background-color: rgb(80,192,156); }
div.DivClassName
{
background-color: #50C09C;
}
.BgClassName
{
background-color: #50C09C;
}
</style>
border-color css
<style>
span { border-color: #50C09C; }
span { border-color: rgb(80,192,156); }
td.TdClassName
{
border-color: #50C09C;
}
.TagClassName
{
border-color: #50C09C;
}
</style>