Shades of Riptide #80E1D6
Tints of Riptide #80E1D6
RGB
CMYK
RGB Variations
Color information
#80E1D6 (or 0x80E1D6) is known color: Riptide. HEX triplet: 80, E1 and D6. RGB value is (128,225,214). Sum of RGB (Red+Green+Blue) = 128+225+214=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1D6 is #7F1E29. Grayscale: #C2C2C2. Windows color (decimal): -8330794 or 14082432. OLE color: 14082432.
HSL color Cylindrical-coordinate representation of color #80E1D6: hue angle of 173.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1D6 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 214 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.12 |
| HSL | 173.2º | 0.62% | 0.69% | - |
| HSV(B) | 173.2º | 0.43% | 0.88% | - |
| XYZ | 47.96 | 63.29 | 73.31 | - |
| YUV | 194.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 214 | 0.43 | 0 | 0.05 | 0.12 | 173.2 | 0.62 | 0.69 |
| Hex | 80 | E1 | D6 | 2B | 0 | 5 | C | AD | 3E | 45 |
| Octal | 200 | 341 | 326 | 53 | 0 | 5 | 14 | 255 | 76 | 105 |
| Binary | 10000000 | 11100001 | 11010110 | 101011 | 0 | 101 | 1100 | 10101101 | 111110 | 1000101 |
Color Harmonies of #80E1D6
Complementary color
Monochromatic Colors of #80E1D6
Black with #80E1D6
Text Example
Text Example
White with #80E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E1D6; }
p { color: rgb(128,225,214); }
H1.HeaderClassName
{
color: #80E1D6;
}
.AnyTagClassName
{
color: #80E1D6;
}
</style>
background-color css
<style>
a { background-color: #80E1D6; }
a { background-color: rgb(128,225,214); }
div.DivClassName
{
background-color: #80E1D6;
}
.BgClassName
{
background-color: #80E1D6;
}
</style>
border-color css
<style>
span { border-color: #80E1D6; }
span { border-color: rgb(128,225,214); }
td.TdClassName
{
border-color: #80E1D6;
}
.TagClassName
{
border-color: #80E1D6;
}
</style>