Shades of Puerto Rico #50C0AA
Tints of Puerto Rico #50C0AA
RGB
CMYK
RGB Variations
Color information
#50C0AA (or 0x50C0AA) is known color: Puerto Rico. HEX triplet: 50, C0 and AA. RGB value is (80,192,170). Sum of RGB (Red+Green+Blue) = 80+192+170=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #50C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C0AA is #AF3F55. Grayscale: #9B9B9B. Windows color (decimal): -11485014 or 11190352. OLE color: 11190352.
HSL color Cylindrical-coordinate representation of color #50C0AA: hue angle of 168.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C0AA is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 170 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.25 |
| HSL | 168.21º | 0.47% | 0.53% | - |
| HSV(B) | 168.21º | 0.58% | 0.75% | - |
| XYZ | 29.41 | 42.31 | 44.65 | - |
| YUV | 156 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 170 | 0.58 | 0 | 0.11 | 0.25 | 168.21 | 0.47 | 0.53 |
| Hex | 50 | C0 | AA | 3A | 0 | B | 19 | A8 | 2F | 35 |
| Octal | 120 | 300 | 252 | 72 | 0 | 13 | 31 | 250 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10101010 | 111010 | 0 | 1011 | 11001 | 10101000 | 101111 | 110101 |
Color Harmonies of #50C0AA
Complementary color
Monochromatic Colors of #50C0AA
Black with #50C0AA
Text Example
Text Example
White with #50C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C0AA; }
p { color: rgb(80,192,170); }
H1.HeaderClassName
{
color: #50C0AA;
}
.AnyTagClassName
{
color: #50C0AA;
}
</style>
background-color css
<style>
a { background-color: #50C0AA; }
a { background-color: rgb(80,192,170); }
div.DivClassName
{
background-color: #50C0AA;
}
.BgClassName
{
background-color: #50C0AA;
}
</style>
border-color css
<style>
span { border-color: #50C0AA; }
span { border-color: rgb(80,192,170); }
td.TdClassName
{
border-color: #50C0AA;
}
.TagClassName
{
border-color: #50C0AA;
}
</style>