Shades of Riptide #80EAC5
Tints of Riptide #80EAC5
RGB
CMYK
RGB Variations
Color information
#80EAC5 (or 0x80EAC5) is known color: Riptide. HEX triplet: 80, EA and C5. RGB value is (128,234,197). Sum of RGB (Red+Green+Blue) = 128+234+197=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #80EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EAC5 is #7F153A. Grayscale: #C6C6C6. Windows color (decimal): -8328507 or 12970624. OLE color: 12970624.
HSL color Cylindrical-coordinate representation of color #80EAC5: hue angle of 159.06º 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 #80EAC5 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 197 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.08 |
| HSL | 159.06º | 0.72% | 0.71% | - |
| HSV(B) | 159.06º | 0.45% | 0.92% | - |
| XYZ | 48.4 | 67.47 | 63.29 | - |
| YUV | 198.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 197 | 0.45 | 0 | 0.16 | 0.08 | 159.06 | 0.72 | 0.71 |
| Hex | 80 | EA | C5 | 2D | 0 | 10 | 8 | 9F | 48 | 47 |
| Octal | 200 | 352 | 305 | 55 | 0 | 20 | 10 | 237 | 110 | 107 |
| Binary | 10000000 | 11101010 | 11000101 | 101101 | 0 | 10000 | 1000 | 10011111 | 1001000 | 1000111 |
Color Harmonies of #80EAC5
Complementary color
Monochromatic Colors of #80EAC5
Black with #80EAC5
Text Example
Text Example
White with #80EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EAC5; }
p { color: rgb(128,234,197); }
H1.HeaderClassName
{
color: #80EAC5;
}
.AnyTagClassName
{
color: #80EAC5;
}
</style>
background-color css
<style>
a { background-color: #80EAC5; }
a { background-color: rgb(128,234,197); }
div.DivClassName
{
background-color: #80EAC5;
}
.BgClassName
{
background-color: #80EAC5;
}
</style>
border-color css
<style>
span { border-color: #80EAC5; }
span { border-color: rgb(128,234,197); }
td.TdClassName
{
border-color: #80EAC5;
}
.TagClassName
{
border-color: #80EAC5;
}
</style>