Shades of Puerto Rico #50CDA5
Tints of Puerto Rico #50CDA5
RGB
CMYK
RGB Variations
Color information
#50CDA5 (or 0x50CDA5) is known color: Puerto Rico. HEX triplet: 50, CD and A5. RGB value is (80,205,165). Sum of RGB (Red+Green+Blue) = 80+205+165=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CDA5 is #AF325A. Grayscale: #A3A3A3. Windows color (decimal): -11481691 or 10866000. OLE color: 10866000.
HSL color Cylindrical-coordinate representation of color #50CDA5: hue angle of 160.8º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDA5 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 165 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.20 |
| HSL | 160.8º | 0.56% | 0.56% | - |
| HSV(B) | 160.8º | 0.61% | 0.8% | - |
| XYZ | 31.93 | 48.08 | 43.2 | - |
| YUV | 163.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 165 | 0.61 | 0 | 0.20 | 0.20 | 160.8 | 0.56 | 0.56 |
| Hex | 50 | CD | A5 | 3D | 0 | 14 | 14 | A1 | 38 | 38 |
| Octal | 120 | 315 | 245 | 75 | 0 | 24 | 24 | 241 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10100101 | 111101 | 0 | 10100 | 10100 | 10100001 | 111000 | 111000 |
Color Harmonies of #50CDA5
Complementary color
Monochromatic Colors of #50CDA5
Black with #50CDA5
Text Example
Text Example
White with #50CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDA5; }
p { color: rgb(80,205,165); }
H1.HeaderClassName
{
color: #50CDA5;
}
.AnyTagClassName
{
color: #50CDA5;
}
</style>
background-color css
<style>
a { background-color: #50CDA5; }
a { background-color: rgb(80,205,165); }
div.DivClassName
{
background-color: #50CDA5;
}
.BgClassName
{
background-color: #50CDA5;
}
</style>
border-color css
<style>
span { border-color: #50CDA5; }
span { border-color: rgb(80,205,165); }
td.TdClassName
{
border-color: #50CDA5;
}
.TagClassName
{
border-color: #50CDA5;
}
</style>