Shades of Puerto Rico #50CA96
Tints of Puerto Rico #50CA96
RGB
CMYK
RGB Variations
Color information
#50CA96 (or 0x50CA96) is known color: Puerto Rico. HEX triplet: 50, CA and 96. RGB value is (80,202,150). Sum of RGB (Red+Green+Blue) = 80+202+150=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA96 is #AF3569. Grayscale: #9F9F9F. Windows color (decimal): -11482474 or 9882192. OLE color: 9882192.
HSL color Cylindrical-coordinate representation of color #50CA96: hue angle of 154.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA96 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 150 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.21 |
| HSL | 154.43º | 0.54% | 0.55% | - |
| HSV(B) | 154.43º | 0.6% | 0.79% | - |
| XYZ | 29.93 | 46.15 | 36.18 | - |
| YUV | 159.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 150 | 0.60 | 0 | 0.26 | 0.21 | 154.43 | 0.54 | 0.55 |
| Hex | 50 | CA | 96 | 3C | 0 | 1A | 15 | 9A | 36 | 37 |
| Octal | 120 | 312 | 226 | 74 | 0 | 32 | 25 | 232 | 66 | 67 |
| Binary | 1010000 | 11001010 | 10010110 | 111100 | 0 | 11010 | 10101 | 10011010 | 110110 | 110111 |
Color Harmonies of #50CA96
Complementary color
Monochromatic Colors of #50CA96
Black with #50CA96
Text Example
Text Example
White with #50CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA96; }
p { color: rgb(80,202,150); }
H1.HeaderClassName
{
color: #50CA96;
}
.AnyTagClassName
{
color: #50CA96;
}
</style>
background-color css
<style>
a { background-color: #50CA96; }
a { background-color: rgb(80,202,150); }
div.DivClassName
{
background-color: #50CA96;
}
.BgClassName
{
background-color: #50CA96;
}
</style>
border-color css
<style>
span { border-color: #50CA96; }
span { border-color: rgb(80,202,150); }
td.TdClassName
{
border-color: #50CA96;
}
.TagClassName
{
border-color: #50CA96;
}
</style>