Shades of Riptide #80E3C0
Tints of Riptide #80E3C0
RGB
CMYK
RGB Variations
Color information
#80E3C0 (or 0x80E3C0) is known color: Riptide. HEX triplet: 80, E3 and C0. RGB value is (128,227,192). Sum of RGB (Red+Green+Blue) = 128+227+192=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #80E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E3C0 is #7F1C3F. Grayscale: #C1C1C1. Windows color (decimal): -8330304 or 12641152. OLE color: 12641152.
HSL color Cylindrical-coordinate representation of color #80E3C0: hue angle of 158.79º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E3C0 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 192 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.11 |
| HSL | 158.79º | 0.64% | 0.7% | - |
| HSV(B) | 158.79º | 0.44% | 0.89% | - |
| XYZ | 45.89 | 63.33 | 59.68 | - |
| YUV | 193.41 | 127.2 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 192 | 0.44 | 0 | 0.15 | 0.11 | 158.79 | 0.64 | 0.7 |
| Hex | 80 | E3 | C0 | 2C | 0 | F | B | 9F | 40 | 46 |
| Octal | 200 | 343 | 300 | 54 | 0 | 17 | 13 | 237 | 100 | 106 |
| Binary | 10000000 | 11100011 | 11000000 | 101100 | 0 | 1111 | 1011 | 10011111 | 1000000 | 1000110 |
Color Harmonies of #80E3C0
Complementary color
Monochromatic Colors of #80E3C0
Black with #80E3C0
Text Example
Text Example
White with #80E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E3C0; }
p { color: rgb(128,227,192); }
H1.HeaderClassName
{
color: #80E3C0;
}
.AnyTagClassName
{
color: #80E3C0;
}
</style>
background-color css
<style>
a { background-color: #80E3C0; }
a { background-color: rgb(128,227,192); }
div.DivClassName
{
background-color: #80E3C0;
}
.BgClassName
{
background-color: #80E3C0;
}
</style>
border-color css
<style>
span { border-color: #80E3C0; }
span { border-color: rgb(128,227,192); }
td.TdClassName
{
border-color: #80E3C0;
}
.TagClassName
{
border-color: #80E3C0;
}
</style>