Shades of Puerto Rico #50B9AA
Tints of Puerto Rico #50B9AA
RGB
CMYK
RGB Variations
Color information
#50B9AA (or 0x50B9AA) is known color: Puerto Rico. HEX triplet: 50, B9 and AA. RGB value is (80,185,170). Sum of RGB (Red+Green+Blue) = 80+185+170=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #50B9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B9AA is #AF4655. Grayscale: #979797. Windows color (decimal): -11486806 or 11188560. OLE color: 11188560.
HSL color Cylindrical-coordinate representation of color #50B9AA: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B9AA is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 170 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.27 |
| HSL | 171.43º | 0.43% | 0.52% | - |
| HSV(B) | 171.43º | 0.57% | 0.73% | - |
| XYZ | 27.91 | 39.31 | 44.15 | - |
| YUV | 151.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 170 | 0.57 | 0 | 0.08 | 0.27 | 171.43 | 0.43 | 0.52 |
| Hex | 50 | B9 | AA | 39 | 0 | 8 | 1B | AB | 2B | 34 |
| Octal | 120 | 271 | 252 | 71 | 0 | 10 | 33 | 253 | 53 | 64 |
| Binary | 1010000 | 10111001 | 10101010 | 111001 | 0 | 1000 | 11011 | 10101011 | 101011 | 110100 |
Color Harmonies of #50B9AA
Complementary color
Monochromatic Colors of #50B9AA
Black with #50B9AA
Text Example
Text Example
White with #50B9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9AA; }
p { color: rgb(80,185,170); }
H1.HeaderClassName
{
color: #50B9AA;
}
.AnyTagClassName
{
color: #50B9AA;
}
</style>
background-color css
<style>
a { background-color: #50B9AA; }
a { background-color: rgb(80,185,170); }
div.DivClassName
{
background-color: #50B9AA;
}
.BgClassName
{
background-color: #50B9AA;
}
</style>
border-color css
<style>
span { border-color: #50B9AA; }
span { border-color: rgb(80,185,170); }
td.TdClassName
{
border-color: #50B9AA;
}
.TagClassName
{
border-color: #50B9AA;
}
</style>