Shades of Puerto Rico #50A89C
Tints of Puerto Rico #50A89C
RGB
CMYK
RGB Variations
Color information
#50A89C (or 0x50A89C) is known color: Puerto Rico. HEX triplet: 50, A8 and 9C. RGB value is (80,168,156). Sum of RGB (Red+Green+Blue) = 80+168+156=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #50A89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A89C is #AF5763. Grayscale: #8C8C8C. Windows color (decimal): -11491172 or 10266704. OLE color: 10266704.
HSL color Cylindrical-coordinate representation of color #50A89C: hue angle of 171.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A89C is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 156 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.34 |
| HSL | 171.82º | 0.35% | 0.49% | - |
| HSV(B) | 171.82º | 0.52% | 0.66% | - |
| XYZ | 23.31 | 32.11 | 36.42 | - |
| YUV | 140.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 156 | 0.52 | 0 | 0.07 | 0.34 | 171.82 | 0.35 | 0.49 |
| Hex | 50 | A8 | 9C | 34 | 0 | 7 | 22 | AC | 23 | 31 |
| Octal | 120 | 250 | 234 | 64 | 0 | 7 | 42 | 254 | 43 | 61 |
| Binary | 1010000 | 10101000 | 10011100 | 110100 | 0 | 111 | 100010 | 10101100 | 100011 | 110001 |
Color Harmonies of #50A89C
Complementary color
Monochromatic Colors of #50A89C
Black with #50A89C
Text Example
Text Example
White with #50A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A89C; }
p { color: rgb(80,168,156); }
H1.HeaderClassName
{
color: #50A89C;
}
.AnyTagClassName
{
color: #50A89C;
}
</style>
background-color css
<style>
a { background-color: #50A89C; }
a { background-color: rgb(80,168,156); }
div.DivClassName
{
background-color: #50A89C;
}
.BgClassName
{
background-color: #50A89C;
}
</style>
border-color css
<style>
span { border-color: #50A89C; }
span { border-color: rgb(80,168,156); }
td.TdClassName
{
border-color: #50A89C;
}
.TagClassName
{
border-color: #50A89C;
}
</style>