Shades of Riptide #80EAD2
Tints of Riptide #80EAD2
RGB
CMYK
RGB Variations
Color information
#80EAD2 (or 0x80EAD2) is known color: Riptide. HEX triplet: 80, EA and D2. RGB value is (128,234,210). Sum of RGB (Red+Green+Blue) = 128+234+210=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #80EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EAD2 is #7F152D. Grayscale: #C7C7C7. Windows color (decimal): -8328494 or 13822592. OLE color: 13822592.
HSL color Cylindrical-coordinate representation of color #80EAD2: hue angle of 166.42º 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 #80EAD2 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 210 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.08 |
| HSL | 166.42º | 0.72% | 0.71% | - |
| HSV(B) | 166.42º | 0.45% | 0.92% | - |
| XYZ | 49.96 | 68.09 | 71.48 | - |
| YUV | 199.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 210 | 0.45 | 0 | 0.10 | 0.08 | 166.42 | 0.72 | 0.71 |
| Hex | 80 | EA | D2 | 2D | 0 | A | 8 | A6 | 48 | 47 |
| Octal | 200 | 352 | 322 | 55 | 0 | 12 | 10 | 246 | 110 | 107 |
| Binary | 10000000 | 11101010 | 11010010 | 101101 | 0 | 1010 | 1000 | 10100110 | 1001000 | 1000111 |
Color Harmonies of #80EAD2
Complementary color
Monochromatic Colors of #80EAD2
Black with #80EAD2
Text Example
Text Example
White with #80EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EAD2; }
p { color: rgb(128,234,210); }
H1.HeaderClassName
{
color: #80EAD2;
}
.AnyTagClassName
{
color: #80EAD2;
}
</style>
background-color css
<style>
a { background-color: #80EAD2; }
a { background-color: rgb(128,234,210); }
div.DivClassName
{
background-color: #80EAD2;
}
.BgClassName
{
background-color: #80EAD2;
}
</style>
border-color css
<style>
span { border-color: #80EAD2; }
span { border-color: rgb(128,234,210); }
td.TdClassName
{
border-color: #80EAD2;
}
.TagClassName
{
border-color: #80EAD2;
}
</style>