Shades of Puerto Rico #50AC9F
Tints of Puerto Rico #50AC9F
RGB
CMYK
RGB Variations
Color information
#50AC9F (or 0x50AC9F) is known color: Puerto Rico. HEX triplet: 50, AC and 9F. RGB value is (80,172,159). Sum of RGB (Red+Green+Blue) = 80+172+159=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC9F is #AF5360. Grayscale: #8E8E8E. Windows color (decimal): -11490145 or 10464336. OLE color: 10464336.
HSL color Cylindrical-coordinate representation of color #50AC9F: hue angle of 171.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC9F is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 159 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.33 |
| HSL | 171.52º | 0.37% | 0.49% | - |
| HSV(B) | 171.52º | 0.53% | 0.67% | - |
| XYZ | 24.32 | 33.71 | 38.03 | - |
| YUV | 143.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 159 | 0.53 | 0 | 0.08 | 0.33 | 171.52 | 0.37 | 0.49 |
| Hex | 50 | AC | 9F | 35 | 0 | 8 | 21 | AC | 25 | 31 |
| Octal | 120 | 254 | 237 | 65 | 0 | 10 | 41 | 254 | 45 | 61 |
| Binary | 1010000 | 10101100 | 10011111 | 110101 | 0 | 1000 | 100001 | 10101100 | 100101 | 110001 |
Color Harmonies of #50AC9F
Complementary color
Monochromatic Colors of #50AC9F
Black with #50AC9F
Text Example
Text Example
White with #50AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC9F; }
p { color: rgb(80,172,159); }
H1.HeaderClassName
{
color: #50AC9F;
}
.AnyTagClassName
{
color: #50AC9F;
}
</style>
background-color css
<style>
a { background-color: #50AC9F; }
a { background-color: rgb(80,172,159); }
div.DivClassName
{
background-color: #50AC9F;
}
.BgClassName
{
background-color: #50AC9F;
}
</style>
border-color css
<style>
span { border-color: #50AC9F; }
span { border-color: rgb(80,172,159); }
td.TdClassName
{
border-color: #50AC9F;
}
.TagClassName
{
border-color: #50AC9F;
}
</style>