Shades of Riptide #80EACE
Tints of Riptide #80EACE
RGB
CMYK
RGB Variations
Color information
#80EACE (or 0x80EACE) is known color: Riptide. HEX triplet: 80, EA and CE. RGB value is (128,234,206). Sum of RGB (Red+Green+Blue) = 128+234+206=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #80EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EACE is #7F1531. Grayscale: #C7C7C7. Windows color (decimal): -8328498 or 13560448. OLE color: 13560448.
HSL color Cylindrical-coordinate representation of color #80EACE: hue angle of 164.15º 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 #80EACE is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 206 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.08 |
| HSL | 164.15º | 0.72% | 0.71% | - |
| HSV(B) | 164.15º | 0.45% | 0.92% | - |
| XYZ | 49.47 | 67.89 | 68.89 | - |
| YUV | 199.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 206 | 0.45 | 0 | 0.12 | 0.08 | 164.15 | 0.72 | 0.71 |
| Hex | 80 | EA | CE | 2D | 0 | C | 8 | A4 | 48 | 47 |
| Octal | 200 | 352 | 316 | 55 | 0 | 14 | 10 | 244 | 110 | 107 |
| Binary | 10000000 | 11101010 | 11001110 | 101101 | 0 | 1100 | 1000 | 10100100 | 1001000 | 1000111 |
Color Harmonies of #80EACE
Complementary color
Monochromatic Colors of #80EACE
Black with #80EACE
Text Example
Text Example
White with #80EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EACE; }
p { color: rgb(128,234,206); }
H1.HeaderClassName
{
color: #80EACE;
}
.AnyTagClassName
{
color: #80EACE;
}
</style>
background-color css
<style>
a { background-color: #80EACE; }
a { background-color: rgb(128,234,206); }
div.DivClassName
{
background-color: #80EACE;
}
.BgClassName
{
background-color: #80EACE;
}
</style>
border-color css
<style>
span { border-color: #80EACE; }
span { border-color: rgb(128,234,206); }
td.TdClassName
{
border-color: #80EACE;
}
.TagClassName
{
border-color: #80EACE;
}
</style>