Shades of Puerto Rico #50B89C
Tints of Puerto Rico #50B89C
RGB
CMYK
RGB Variations
Color information
#50B89C (or 0x50B89C) is known color: Puerto Rico. HEX triplet: 50, B8 and 9C. RGB value is (80,184,156). Sum of RGB (Red+Green+Blue) = 80+184+156=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #50B89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B89C is #AF4763. Grayscale: #959595. Windows color (decimal): -11487076 or 10270800. OLE color: 10270800.
HSL color Cylindrical-coordinate representation of color #50B89C: hue angle of 163.85º 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 #50B89C is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 156 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.28 |
| HSL | 163.85º | 0.42% | 0.52% | - |
| HSV(B) | 163.85º | 0.57% | 0.72% | - |
| XYZ | 26.45 | 38.39 | 37.47 | - |
| YUV | 149.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 156 | 0.57 | 0 | 0.15 | 0.28 | 163.85 | 0.42 | 0.52 |
| Hex | 50 | B8 | 9C | 39 | 0 | F | 1C | A4 | 2A | 34 |
| Octal | 120 | 270 | 234 | 71 | 0 | 17 | 34 | 244 | 52 | 64 |
| Binary | 1010000 | 10111000 | 10011100 | 111001 | 0 | 1111 | 11100 | 10100100 | 101010 | 110100 |
Color Harmonies of #50B89C
Complementary color
Monochromatic Colors of #50B89C
Black with #50B89C
Text Example
Text Example
White with #50B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B89C; }
p { color: rgb(80,184,156); }
H1.HeaderClassName
{
color: #50B89C;
}
.AnyTagClassName
{
color: #50B89C;
}
</style>
background-color css
<style>
a { background-color: #50B89C; }
a { background-color: rgb(80,184,156); }
div.DivClassName
{
background-color: #50B89C;
}
.BgClassName
{
background-color: #50B89C;
}
</style>
border-color css
<style>
span { border-color: #50B89C; }
span { border-color: rgb(80,184,156); }
td.TdClassName
{
border-color: #50B89C;
}
.TagClassName
{
border-color: #50B89C;
}
</style>