Shades of Puerto Rico #50CAB1
Tints of Puerto Rico #50CAB1
RGB
CMYK
RGB Variations
Color information
#50CAB1 (or 0x50CAB1) is known color: Puerto Rico. HEX triplet: 50, CA and B1. RGB value is (80,202,177). Sum of RGB (Red+Green+Blue) = 80+202+177=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #50CAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CAB1 is #AF354E. Grayscale: #A2A2A2. Windows color (decimal): -11482447 or 11651664. OLE color: 11651664.
HSL color Cylindrical-coordinate representation of color #50CAB1: hue angle of 167.7º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CAB1 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 177 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.21 |
| HSL | 167.7º | 0.54% | 0.55% | - |
| HSV(B) | 167.7º | 0.6% | 0.79% | - |
| XYZ | 32.36 | 47.12 | 48.98 | - |
| YUV | 162.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 177 | 0.60 | 0 | 0.12 | 0.21 | 167.7 | 0.54 | 0.55 |
| Hex | 50 | CA | B1 | 3C | 0 | C | 15 | A8 | 36 | 37 |
| Octal | 120 | 312 | 261 | 74 | 0 | 14 | 25 | 250 | 66 | 67 |
| Binary | 1010000 | 11001010 | 10110001 | 111100 | 0 | 1100 | 10101 | 10101000 | 110110 | 110111 |
Color Harmonies of #50CAB1
Complementary color
Monochromatic Colors of #50CAB1
Black with #50CAB1
Text Example
Text Example
White with #50CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CAB1; }
p { color: rgb(80,202,177); }
H1.HeaderClassName
{
color: #50CAB1;
}
.AnyTagClassName
{
color: #50CAB1;
}
</style>
background-color css
<style>
a { background-color: #50CAB1; }
a { background-color: rgb(80,202,177); }
div.DivClassName
{
background-color: #50CAB1;
}
.BgClassName
{
background-color: #50CAB1;
}
</style>
border-color css
<style>
span { border-color: #50CAB1; }
span { border-color: rgb(80,202,177); }
td.TdClassName
{
border-color: #50CAB1;
}
.TagClassName
{
border-color: #50CAB1;
}
</style>