Shades of Puerto Rico #50C2AF
Tints of Puerto Rico #50C2AF
RGB
CMYK
RGB Variations
Color information
#50C2AF (or 0x50C2AF) is known color: Puerto Rico. HEX triplet: 50, C2 and AF. RGB value is (80,194,175). Sum of RGB (Red+Green+Blue) = 80+194+175=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #50C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C2AF is #AF3D50. Grayscale: #9D9D9D. Windows color (decimal): -11484497 or 11518544. OLE color: 11518544.
HSL color Cylindrical-coordinate representation of color #50C2AF: hue angle of 170º degrees, saturation: 0.48, 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 #50C2AF is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 175 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.24 |
| HSL | 170º | 0.48% | 0.54% | - |
| HSV(B) | 170º | 0.59% | 0.76% | - |
| XYZ | 30.34 | 43.38 | 47.33 | - |
| YUV | 157.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 175 | 0.59 | 0 | 0.10 | 0.24 | 170 | 0.48 | 0.54 |
| Hex | 50 | C2 | AF | 3B | 0 | A | 18 | AA | 30 | 36 |
| Octal | 120 | 302 | 257 | 73 | 0 | 12 | 30 | 252 | 60 | 66 |
| Binary | 1010000 | 11000010 | 10101111 | 111011 | 0 | 1010 | 11000 | 10101010 | 110000 | 110110 |
Color Harmonies of #50C2AF
Complementary color
Monochromatic Colors of #50C2AF
Black with #50C2AF
Text Example
Text Example
White with #50C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C2AF; }
p { color: rgb(80,194,175); }
H1.HeaderClassName
{
color: #50C2AF;
}
.AnyTagClassName
{
color: #50C2AF;
}
</style>
background-color css
<style>
a { background-color: #50C2AF; }
a { background-color: rgb(80,194,175); }
div.DivClassName
{
background-color: #50C2AF;
}
.BgClassName
{
background-color: #50C2AF;
}
</style>
border-color css
<style>
span { border-color: #50C2AF; }
span { border-color: rgb(80,194,175); }
td.TdClassName
{
border-color: #50C2AF;
}
.TagClassName
{
border-color: #50C2AF;
}
</style>