Shades of Puerto Rico #50ADA3
Tints of Puerto Rico #50ADA3
RGB
CMYK
RGB Variations
Color information
#50ADA3 (or 0x50ADA3) is known color: Puerto Rico. HEX triplet: 50, AD and A3. RGB value is (80,173,163). Sum of RGB (Red+Green+Blue) = 80+173+163=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #50ADA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADA3 is #AF525C. Grayscale: #909090. Windows color (decimal): -11489885 or 10726736. OLE color: 10726736.
HSL color Cylindrical-coordinate representation of color #50ADA3: hue angle of 173.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50ADA3 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 163 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.32 |
| HSL | 173.55º | 0.37% | 0.5% | - |
| HSV(B) | 173.55º | 0.54% | 0.68% | - |
| XYZ | 24.86 | 34.24 | 39.95 | - |
| YUV | 144.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 163 | 0.54 | 0 | 0.06 | 0.32 | 173.55 | 0.37 | 0.5 |
| Hex | 50 | AD | A3 | 36 | 0 | 6 | 20 | AE | 25 | 32 |
| Octal | 120 | 255 | 243 | 66 | 0 | 6 | 40 | 256 | 45 | 62 |
| Binary | 1010000 | 10101101 | 10100011 | 110110 | 0 | 110 | 100000 | 10101110 | 100101 | 110010 |
Color Harmonies of #50ADA3
Complementary color
Monochromatic Colors of #50ADA3
Black with #50ADA3
Text Example
Text Example
White with #50ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADA3; }
p { color: rgb(80,173,163); }
H1.HeaderClassName
{
color: #50ADA3;
}
.AnyTagClassName
{
color: #50ADA3;
}
</style>
background-color css
<style>
a { background-color: #50ADA3; }
a { background-color: rgb(80,173,163); }
div.DivClassName
{
background-color: #50ADA3;
}
.BgClassName
{
background-color: #50ADA3;
}
</style>
border-color css
<style>
span { border-color: #50ADA3; }
span { border-color: rgb(80,173,163); }
td.TdClassName
{
border-color: #50ADA3;
}
.TagClassName
{
border-color: #50ADA3;
}
</style>