Shades of Puerto Rico #50C3A2
Tints of Puerto Rico #50C3A2
RGB
CMYK
RGB Variations
Color information
#50C3A2 (or 0x50C3A2) is known color: Puerto Rico. HEX triplet: 50, C3 and A2. RGB value is (80,195,162). Sum of RGB (Red+Green+Blue) = 80+195+162=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #50C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C3A2 is #AF3C5D. Grayscale: #9C9C9C. Windows color (decimal): -11484254 or 10666832. OLE color: 10666832.
HSL color Cylindrical-coordinate representation of color #50C3A2: hue angle of 162.78º 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 #50C3A2 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 162 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.24 |
| HSL | 162.78º | 0.49% | 0.54% | - |
| HSV(B) | 162.78º | 0.59% | 0.76% | - |
| XYZ | 29.34 | 43.34 | 41 | - |
| YUV | 156.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 162 | 0.59 | 0 | 0.17 | 0.24 | 162.78 | 0.49 | 0.54 |
| Hex | 50 | C3 | A2 | 3B | 0 | 11 | 18 | A3 | 31 | 36 |
| Octal | 120 | 303 | 242 | 73 | 0 | 21 | 30 | 243 | 61 | 66 |
| Binary | 1010000 | 11000011 | 10100010 | 111011 | 0 | 10001 | 11000 | 10100011 | 110001 | 110110 |
Color Harmonies of #50C3A2
Complementary color
Monochromatic Colors of #50C3A2
Black with #50C3A2
Text Example
Text Example
White with #50C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C3A2; }
p { color: rgb(80,195,162); }
H1.HeaderClassName
{
color: #50C3A2;
}
.AnyTagClassName
{
color: #50C3A2;
}
</style>
background-color css
<style>
a { background-color: #50C3A2; }
a { background-color: rgb(80,195,162); }
div.DivClassName
{
background-color: #50C3A2;
}
.BgClassName
{
background-color: #50C3A2;
}
</style>
border-color css
<style>
span { border-color: #50C3A2; }
span { border-color: rgb(80,195,162); }
td.TdClassName
{
border-color: #50C3A2;
}
.TagClassName
{
border-color: #50C3A2;
}
</style>