Shades of Puerto Rico #50B69B
Tints of Puerto Rico #50B69B
RGB
CMYK
RGB Variations
Color information
#50B69B (or 0x50B69B) is known color: Puerto Rico. HEX triplet: 50, B6 and 9B. RGB value is (80,182,155). Sum of RGB (Red+Green+Blue) = 80+182+155=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 182 - color contains mainly: green. Hex color #50B69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B69B is #AF4964. Grayscale: #949494. Windows color (decimal): -11487589 or 10204752. OLE color: 10204752.
HSL color Cylindrical-coordinate representation of color #50B69B: hue angle of 164.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B69B is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 182 | 155 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.29 |
| HSL | 164.12º | 0.41% | 0.51% | - |
| HSV(B) | 164.12º | 0.56% | 0.71% | - |
| XYZ | 25.95 | 37.53 | 36.89 | - |
| YUV | 148.42 | 131.71 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 155 | 0.56 | 0 | 0.15 | 0.29 | 164.12 | 0.41 | 0.51 |
| Hex | 50 | B6 | 9B | 38 | 0 | F | 1D | A4 | 29 | 33 |
| Octal | 120 | 266 | 233 | 70 | 0 | 17 | 35 | 244 | 51 | 63 |
| Binary | 1010000 | 10110110 | 10011011 | 111000 | 0 | 1111 | 11101 | 10100100 | 101001 | 110011 |
Color Harmonies of #50B69B
Complementary color
Monochromatic Colors of #50B69B
Black with #50B69B
Text Example
Text Example
White with #50B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B69B; }
p { color: rgb(80,182,155); }
H1.HeaderClassName
{
color: #50B69B;
}
.AnyTagClassName
{
color: #50B69B;
}
</style>
background-color css
<style>
a { background-color: #50B69B; }
a { background-color: rgb(80,182,155); }
div.DivClassName
{
background-color: #50B69B;
}
.BgClassName
{
background-color: #50B69B;
}
</style>
border-color css
<style>
span { border-color: #50B69B; }
span { border-color: rgb(80,182,155); }
td.TdClassName
{
border-color: #50B69B;
}
.TagClassName
{
border-color: #50B69B;
}
</style>