Shades of Puerto Rico #50C397
Tints of Puerto Rico #50C397
RGB
CMYK
RGB Variations
Color information
#50C397 (or 0x50C397) is known color: Puerto Rico. HEX triplet: 50, C3 and 97. RGB value is (80,195,151). Sum of RGB (Red+Green+Blue) = 80+195+151=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #50C397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C397 is #AF3C68. Grayscale: #9B9B9B. Windows color (decimal): -11484265 or 9945936. OLE color: 9945936.
HSL color Cylindrical-coordinate representation of color #50C397: hue angle of 157.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C397 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 151 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.24 |
| HSL | 157.04º | 0.49% | 0.54% | - |
| HSV(B) | 157.04º | 0.59% | 0.76% | - |
| XYZ | 28.41 | 42.97 | 36.07 | - |
| YUV | 155.6 | 125.4 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 151 | 0.59 | 0 | 0.23 | 0.24 | 157.04 | 0.49 | 0.54 |
| Hex | 50 | C3 | 97 | 3B | 0 | 17 | 18 | 9D | 31 | 36 |
| Octal | 120 | 303 | 227 | 73 | 0 | 27 | 30 | 235 | 61 | 66 |
| Binary | 1010000 | 11000011 | 10010111 | 111011 | 0 | 10111 | 11000 | 10011101 | 110001 | 110110 |
Color Harmonies of #50C397
Complementary color
Monochromatic Colors of #50C397
Black with #50C397
Text Example
Text Example
White with #50C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C397; }
p { color: rgb(80,195,151); }
H1.HeaderClassName
{
color: #50C397;
}
.AnyTagClassName
{
color: #50C397;
}
</style>
background-color css
<style>
a { background-color: #50C397; }
a { background-color: rgb(80,195,151); }
div.DivClassName
{
background-color: #50C397;
}
.BgClassName
{
background-color: #50C397;
}
</style>
border-color css
<style>
span { border-color: #50C397; }
span { border-color: rgb(80,195,151); }
td.TdClassName
{
border-color: #50C397;
}
.TagClassName
{
border-color: #50C397;
}
</style>