Shades of Puerto Rico #50C398
Tints of Puerto Rico #50C398
RGB
CMYK
RGB Variations
Color information
#50C398 (or 0x50C398) is known color: Puerto Rico. HEX triplet: 50, C3 and 98. RGB value is (80,195,152). Sum of RGB (Red+Green+Blue) = 80+195+152=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #50C398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C398 is #AF3C67. Grayscale: #9B9B9B. Windows color (decimal): -11484264 or 10011472. OLE color: 10011472.
HSL color Cylindrical-coordinate representation of color #50C398: hue angle of 157.57º 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 #50C398 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 152 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.24 |
| HSL | 157.57º | 0.49% | 0.54% | - |
| HSV(B) | 157.57º | 0.59% | 0.76% | - |
| XYZ | 28.49 | 43 | 36.5 | - |
| YUV | 155.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 152 | 0.59 | 0 | 0.22 | 0.24 | 157.57 | 0.49 | 0.54 |
| Hex | 50 | C3 | 98 | 3B | 0 | 16 | 18 | 9E | 31 | 36 |
| Octal | 120 | 303 | 230 | 73 | 0 | 26 | 30 | 236 | 61 | 66 |
| Binary | 1010000 | 11000011 | 10011000 | 111011 | 0 | 10110 | 11000 | 10011110 | 110001 | 110110 |
Color Harmonies of #50C398
Complementary color
Monochromatic Colors of #50C398
Black with #50C398
Text Example
Text Example
White with #50C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C398; }
p { color: rgb(80,195,152); }
H1.HeaderClassName
{
color: #50C398;
}
.AnyTagClassName
{
color: #50C398;
}
</style>
background-color css
<style>
a { background-color: #50C398; }
a { background-color: rgb(80,195,152); }
div.DivClassName
{
background-color: #50C398;
}
.BgClassName
{
background-color: #50C398;
}
</style>
border-color css
<style>
span { border-color: #50C398; }
span { border-color: rgb(80,195,152); }
td.TdClassName
{
border-color: #50C398;
}
.TagClassName
{
border-color: #50C398;
}
</style>