Shades of Puerto Rico #50CBAB
Tints of Puerto Rico #50CBAB
RGB
CMYK
RGB Variations
Color information
#50CBAB (or 0x50CBAB) is known color: Puerto Rico. HEX triplet: 50, CB and AB. RGB value is (80,203,171). Sum of RGB (Red+Green+Blue) = 80+203+171=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CBAB is #AF3454. Grayscale: #A2A2A2. Windows color (decimal): -11482197 or 11258704. OLE color: 11258704.
HSL color Cylindrical-coordinate representation of color #50CBAB: hue angle of 164.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CBAB is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 171 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.20 |
| HSL | 164.39º | 0.54% | 0.55% | - |
| HSV(B) | 164.39º | 0.61% | 0.8% | - |
| XYZ | 32.01 | 47.36 | 45.98 | - |
| YUV | 162.58 | 132.75 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 171 | 0.61 | 0 | 0.16 | 0.20 | 164.39 | 0.54 | 0.55 |
| Hex | 50 | CB | AB | 3D | 0 | 10 | 14 | A4 | 36 | 37 |
| Octal | 120 | 313 | 253 | 75 | 0 | 20 | 24 | 244 | 66 | 67 |
| Binary | 1010000 | 11001011 | 10101011 | 111101 | 0 | 10000 | 10100 | 10100100 | 110110 | 110111 |
Color Harmonies of #50CBAB
Complementary color
Monochromatic Colors of #50CBAB
Black with #50CBAB
Text Example
Text Example
White with #50CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBAB; }
p { color: rgb(80,203,171); }
H1.HeaderClassName
{
color: #50CBAB;
}
.AnyTagClassName
{
color: #50CBAB;
}
</style>
background-color css
<style>
a { background-color: #50CBAB; }
a { background-color: rgb(80,203,171); }
div.DivClassName
{
background-color: #50CBAB;
}
.BgClassName
{
background-color: #50CBAB;
}
</style>
border-color css
<style>
span { border-color: #50CBAB; }
span { border-color: rgb(80,203,171); }
td.TdClassName
{
border-color: #50CBAB;
}
.TagClassName
{
border-color: #50CBAB;
}
</style>