Shades of Puerto Rico #50A799
Tints of Puerto Rico #50A799
RGB
CMYK
RGB Variations
Color information
#50A799 (or 0x50A799) is known color: Puerto Rico. HEX triplet: 50, A7 and 99. RGB value is (80,167,153). Sum of RGB (Red+Green+Blue) = 80+167+153=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #50A799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A799 is #AF5866. Grayscale: #8B8B8B. Windows color (decimal): -11491431 or 10069840. OLE color: 10069840.
HSL color Cylindrical-coordinate representation of color #50A799: hue angle of 170.34º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A799 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 167 | 153 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.35 |
| HSL | 170.34º | 0.35% | 0.48% | - |
| HSV(B) | 170.34º | 0.52% | 0.65% | - |
| XYZ | 22.88 | 31.64 | 35.04 | - |
| YUV | 139.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 167 | 153 | 0.52 | 0 | 0.08 | 0.35 | 170.34 | 0.35 | 0.48 |
| Hex | 50 | A7 | 99 | 34 | 0 | 8 | 23 | AA | 23 | 30 |
| Octal | 120 | 247 | 231 | 64 | 0 | 10 | 43 | 252 | 43 | 60 |
| Binary | 1010000 | 10100111 | 10011001 | 110100 | 0 | 1000 | 100011 | 10101010 | 100011 | 110000 |
Color Harmonies of #50A799
Complementary color
Monochromatic Colors of #50A799
Black with #50A799
Text Example
Text Example
White with #50A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A799; }
p { color: rgb(80,167,153); }
H1.HeaderClassName
{
color: #50A799;
}
.AnyTagClassName
{
color: #50A799;
}
</style>
background-color css
<style>
a { background-color: #50A799; }
a { background-color: rgb(80,167,153); }
div.DivClassName
{
background-color: #50A799;
}
.BgClassName
{
background-color: #50A799;
}
</style>
border-color css
<style>
span { border-color: #50A799; }
span { border-color: rgb(80,167,153); }
td.TdClassName
{
border-color: #50A799;
}
.TagClassName
{
border-color: #50A799;
}
</style>