Shades of Puerto Rico #50B89A
Tints of Puerto Rico #50B89A
RGB
CMYK
RGB Variations
Color information
#50B89A (or 0x50B89A) is known color: Puerto Rico. HEX triplet: 50, B8 and 9A. RGB value is (80,184,154). Sum of RGB (Red+Green+Blue) = 80+184+154=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 184 - color contains mainly: green. Hex color #50B89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B89A is #AF4765. Grayscale: #959595. Windows color (decimal): -11487078 or 10139728. OLE color: 10139728.
HSL color Cylindrical-coordinate representation of color #50B89A: hue angle of 162.69º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B89A is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 154 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.28 |
| HSL | 162.69º | 0.42% | 0.52% | - |
| HSV(B) | 162.69º | 0.57% | 0.72% | - |
| XYZ | 26.28 | 38.32 | 36.58 | - |
| YUV | 149.48 | 130.54 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 154 | 0.57 | 0 | 0.16 | 0.28 | 162.69 | 0.42 | 0.52 |
| Hex | 50 | B8 | 9A | 39 | 0 | 10 | 1C | A3 | 2A | 34 |
| Octal | 120 | 270 | 232 | 71 | 0 | 20 | 34 | 243 | 52 | 64 |
| Binary | 1010000 | 10111000 | 10011010 | 111001 | 0 | 10000 | 11100 | 10100011 | 101010 | 110100 |
Color Harmonies of #50B89A
Complementary color
Monochromatic Colors of #50B89A
Black with #50B89A
Text Example
Text Example
White with #50B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B89A; }
p { color: rgb(80,184,154); }
H1.HeaderClassName
{
color: #50B89A;
}
.AnyTagClassName
{
color: #50B89A;
}
</style>
background-color css
<style>
a { background-color: #50B89A; }
a { background-color: rgb(80,184,154); }
div.DivClassName
{
background-color: #50B89A;
}
.BgClassName
{
background-color: #50B89A;
}
</style>
border-color css
<style>
span { border-color: #50B89A; }
span { border-color: rgb(80,184,154); }
td.TdClassName
{
border-color: #50B89A;
}
.TagClassName
{
border-color: #50B89A;
}
</style>