Shades of Riptide #80E6D1
Tints of Riptide #80E6D1
RGB
CMYK
RGB Variations
Color information
#80E6D1 (or 0x80E6D1) is known color: Riptide. HEX triplet: 80, E6 and D1. RGB value is (128,230,209). Sum of RGB (Red+Green+Blue) = 128+230+209=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6D1 is #7F192E. Grayscale: #C5C5C5. Windows color (decimal): -8329519 or 13756032. OLE color: 13756032.
HSL color Cylindrical-coordinate representation of color #80E6D1: hue angle of 167.65º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E6D1 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 209 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.10 |
| HSL | 167.65º | 0.67% | 0.7% | - |
| HSV(B) | 167.65º | 0.44% | 0.9% | - |
| XYZ | 48.71 | 65.79 | 70.45 | - |
| YUV | 197.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 209 | 0.44 | 0 | 0.09 | 0.10 | 167.65 | 0.67 | 0.7 |
| Hex | 80 | E6 | D1 | 2C | 0 | 9 | A | A8 | 43 | 46 |
| Octal | 200 | 346 | 321 | 54 | 0 | 11 | 12 | 250 | 103 | 106 |
| Binary | 10000000 | 11100110 | 11010001 | 101100 | 0 | 1001 | 1010 | 10101000 | 1000011 | 1000110 |
Color Harmonies of #80E6D1
Complementary color
Monochromatic Colors of #80E6D1
Black with #80E6D1
Text Example
Text Example
White with #80E6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E6D1; }
p { color: rgb(128,230,209); }
H1.HeaderClassName
{
color: #80E6D1;
}
.AnyTagClassName
{
color: #80E6D1;
}
</style>
background-color css
<style>
a { background-color: #80E6D1; }
a { background-color: rgb(128,230,209); }
div.DivClassName
{
background-color: #80E6D1;
}
.BgClassName
{
background-color: #80E6D1;
}
</style>
border-color css
<style>
span { border-color: #80E6D1; }
span { border-color: rgb(128,230,209); }
td.TdClassName
{
border-color: #80E6D1;
}
.TagClassName
{
border-color: #80E6D1;
}
</style>