Shades of Puerto Rico #50BCA3
Tints of Puerto Rico #50BCA3
RGB
CMYK
RGB Variations
Color information
#50BCA3 (or 0x50BCA3) is known color: Puerto Rico. HEX triplet: 50, BC and A3. RGB value is (80,188,163). Sum of RGB (Red+Green+Blue) = 80+188+163=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCA3 is #AF435C. Grayscale: #989898. Windows color (decimal): -11486045 or 10730576. OLE color: 10730576.
HSL color Cylindrical-coordinate representation of color #50BCA3: hue angle of 166.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BCA3 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 163 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.26 |
| HSL | 166.11º | 0.45% | 0.53% | - |
| HSV(B) | 166.11º | 0.57% | 0.74% | - |
| XYZ | 27.9 | 40.32 | 40.96 | - |
| YUV | 152.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 163 | 0.57 | 0 | 0.13 | 0.26 | 166.11 | 0.45 | 0.53 |
| Hex | 50 | BC | A3 | 39 | 0 | D | 1A | A6 | 2D | 35 |
| Octal | 120 | 274 | 243 | 71 | 0 | 15 | 32 | 246 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10100011 | 111001 | 0 | 1101 | 11010 | 10100110 | 101101 | 110101 |
Color Harmonies of #50BCA3
Complementary color
Monochromatic Colors of #50BCA3
Black with #50BCA3
Text Example
Text Example
White with #50BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCA3; }
p { color: rgb(80,188,163); }
H1.HeaderClassName
{
color: #50BCA3;
}
.AnyTagClassName
{
color: #50BCA3;
}
</style>
background-color css
<style>
a { background-color: #50BCA3; }
a { background-color: rgb(80,188,163); }
div.DivClassName
{
background-color: #50BCA3;
}
.BgClassName
{
background-color: #50BCA3;
}
</style>
border-color css
<style>
span { border-color: #50BCA3; }
span { border-color: rgb(80,188,163); }
td.TdClassName
{
border-color: #50BCA3;
}
.TagClassName
{
border-color: #50BCA3;
}
</style>