Shades of Riptide #80EAC6
Tints of Riptide #80EAC6
RGB
CMYK
RGB Variations
Color information
#80EAC6 (or 0x80EAC6) is known color: Riptide. HEX triplet: 80, EA and C6. RGB value is (128,234,198). Sum of RGB (Red+Green+Blue) = 128+234+198=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #80EAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EAC6 is #7F1539. Grayscale: #C6C6C6. Windows color (decimal): -8328506 or 13036160. OLE color: 13036160.
HSL color Cylindrical-coordinate representation of color #80EAC6: hue angle of 159.62º 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 #80EAC6 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 198 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.08 |
| HSL | 159.62º | 0.72% | 0.71% | - |
| HSV(B) | 159.62º | 0.45% | 0.92% | - |
| XYZ | 48.52 | 67.51 | 63.9 | - |
| YUV | 198.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 198 | 0.45 | 0 | 0.15 | 0.08 | 159.62 | 0.72 | 0.71 |
| Hex | 80 | EA | C6 | 2D | 0 | F | 8 | A0 | 48 | 47 |
| Octal | 200 | 352 | 306 | 55 | 0 | 17 | 10 | 240 | 110 | 107 |
| Binary | 10000000 | 11101010 | 11000110 | 101101 | 0 | 1111 | 1000 | 10100000 | 1001000 | 1000111 |
Color Harmonies of #80EAC6
Complementary color
Monochromatic Colors of #80EAC6
Black with #80EAC6
Text Example
Text Example
White with #80EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EAC6; }
p { color: rgb(128,234,198); }
H1.HeaderClassName
{
color: #80EAC6;
}
.AnyTagClassName
{
color: #80EAC6;
}
</style>
background-color css
<style>
a { background-color: #80EAC6; }
a { background-color: rgb(128,234,198); }
div.DivClassName
{
background-color: #80EAC6;
}
.BgClassName
{
background-color: #80EAC6;
}
</style>
border-color css
<style>
span { border-color: #80EAC6; }
span { border-color: rgb(128,234,198); }
td.TdClassName
{
border-color: #80EAC6;
}
.TagClassName
{
border-color: #80EAC6;
}
</style>