Shades of Puerto Rico #50CA9B
Tints of Puerto Rico #50CA9B
RGB
CMYK
RGB Variations
Color information
#50CA9B (or 0x50CA9B) is known color: Puerto Rico. HEX triplet: 50, CA and 9B. RGB value is (80,202,155). Sum of RGB (Red+Green+Blue) = 80+202+155=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA9B is #AF3564. Grayscale: #A0A0A0. Windows color (decimal): -11482469 or 10209872. OLE color: 10209872.
HSL color Cylindrical-coordinate representation of color #50CA9B: hue angle of 156.89º 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 #50CA9B is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 155 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.21 |
| HSL | 156.89º | 0.54% | 0.55% | - |
| HSV(B) | 156.89º | 0.6% | 0.79% | - |
| XYZ | 30.35 | 46.31 | 38.35 | - |
| YUV | 160.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 155 | 0.60 | 0 | 0.23 | 0.21 | 156.89 | 0.54 | 0.55 |
| Hex | 50 | CA | 9B | 3C | 0 | 17 | 15 | 9D | 36 | 37 |
| Octal | 120 | 312 | 233 | 74 | 0 | 27 | 25 | 235 | 66 | 67 |
| Binary | 1010000 | 11001010 | 10011011 | 111100 | 0 | 10111 | 10101 | 10011101 | 110110 | 110111 |
Color Harmonies of #50CA9B
Complementary color
Monochromatic Colors of #50CA9B
Black with #50CA9B
Text Example
Text Example
White with #50CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA9B; }
p { color: rgb(80,202,155); }
H1.HeaderClassName
{
color: #50CA9B;
}
.AnyTagClassName
{
color: #50CA9B;
}
</style>
background-color css
<style>
a { background-color: #50CA9B; }
a { background-color: rgb(80,202,155); }
div.DivClassName
{
background-color: #50CA9B;
}
.BgClassName
{
background-color: #50CA9B;
}
</style>
border-color css
<style>
span { border-color: #50CA9B; }
span { border-color: rgb(80,202,155); }
td.TdClassName
{
border-color: #50CA9B;
}
.TagClassName
{
border-color: #50CA9B;
}
</style>