Shades of Puerto Rico #50C0AD
Tints of Puerto Rico #50C0AD
RGB
CMYK
RGB Variations
Color information
#50C0AD (or 0x50C0AD) is known color: Puerto Rico. HEX triplet: 50, C0 and AD. RGB value is (80,192,173). Sum of RGB (Red+Green+Blue) = 80+192+173=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #50C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C0AD is #AF3F52. Grayscale: #9C9C9C. Windows color (decimal): -11485011 or 11386960. OLE color: 11386960.
HSL color Cylindrical-coordinate representation of color #50C0AD: hue angle of 169.82º 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 #50C0AD is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 173 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.25 |
| HSL | 169.82º | 0.47% | 0.53% | - |
| HSV(B) | 169.82º | 0.58% | 0.75% | - |
| XYZ | 29.7 | 42.42 | 46.16 | - |
| YUV | 156.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 173 | 0.58 | 0 | 0.10 | 0.25 | 169.82 | 0.47 | 0.53 |
| Hex | 50 | C0 | AD | 3A | 0 | A | 19 | AA | 2F | 35 |
| Octal | 120 | 300 | 255 | 72 | 0 | 12 | 31 | 252 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10101101 | 111010 | 0 | 1010 | 11001 | 10101010 | 101111 | 110101 |
Color Harmonies of #50C0AD
Complementary color
Monochromatic Colors of #50C0AD
Black with #50C0AD
Text Example
Text Example
White with #50C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C0AD; }
p { color: rgb(80,192,173); }
H1.HeaderClassName
{
color: #50C0AD;
}
.AnyTagClassName
{
color: #50C0AD;
}
</style>
background-color css
<style>
a { background-color: #50C0AD; }
a { background-color: rgb(80,192,173); }
div.DivClassName
{
background-color: #50C0AD;
}
.BgClassName
{
background-color: #50C0AD;
}
</style>
border-color css
<style>
span { border-color: #50C0AD; }
span { border-color: rgb(80,192,173); }
td.TdClassName
{
border-color: #50C0AD;
}
.TagClassName
{
border-color: #50C0AD;
}
</style>