Shades of Riptide #80EABD
Tints of Riptide #80EABD
RGB
CMYK
RGB Variations
Color information
#80EABD (or 0x80EABD) is known color: Riptide. HEX triplet: 80, EA and BD. RGB value is (128,234,189). Sum of RGB (Red+Green+Blue) = 128+234+189=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #80EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EABD is #7F1542. Grayscale: #C5C5C5. Windows color (decimal): -8328515 or 12446336. OLE color: 12446336.
HSL color Cylindrical-coordinate representation of color #80EABD: hue angle of 154.53º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EABD is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 189 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.08 |
| HSL | 154.53º | 0.72% | 0.71% | - |
| HSV(B) | 154.53º | 0.45% | 0.92% | - |
| XYZ | 47.51 | 67.11 | 58.59 | - |
| YUV | 197.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 189 | 0.45 | 0 | 0.19 | 0.08 | 154.53 | 0.72 | 0.71 |
| Hex | 80 | EA | BD | 2D | 0 | 13 | 8 | 9B | 48 | 47 |
| Octal | 200 | 352 | 275 | 55 | 0 | 23 | 10 | 233 | 110 | 107 |
| Binary | 10000000 | 11101010 | 10111101 | 101101 | 0 | 10011 | 1000 | 10011011 | 1001000 | 1000111 |
Color Harmonies of #80EABD
Complementary color
Monochromatic Colors of #80EABD
Black with #80EABD
Text Example
Text Example
White with #80EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EABD; }
p { color: rgb(128,234,189); }
H1.HeaderClassName
{
color: #80EABD;
}
.AnyTagClassName
{
color: #80EABD;
}
</style>
background-color css
<style>
a { background-color: #80EABD; }
a { background-color: rgb(128,234,189); }
div.DivClassName
{
background-color: #80EABD;
}
.BgClassName
{
background-color: #80EABD;
}
</style>
border-color css
<style>
span { border-color: #80EABD; }
span { border-color: rgb(128,234,189); }
td.TdClassName
{
border-color: #80EABD;
}
.TagClassName
{
border-color: #80EABD;
}
</style>