Shades of Riptide #80EACD
Tints of Riptide #80EACD
RGB
CMYK
RGB Variations
Color information
#80EACD (or 0x80EACD) is known color: Riptide. HEX triplet: 80, EA and CD. RGB value is (128,234,205). Sum of RGB (Red+Green+Blue) = 128+234+205=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #80EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EACD is #7F1532. Grayscale: #C7C7C7. Windows color (decimal): -8328499 or 13494912. OLE color: 13494912.
HSL color Cylindrical-coordinate representation of color #80EACD: hue angle of 163.58º 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 #80EACD is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 205 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.08 |
| HSL | 163.58º | 0.72% | 0.71% | - |
| HSV(B) | 163.58º | 0.45% | 0.92% | - |
| XYZ | 49.34 | 67.84 | 68.25 | - |
| YUV | 199 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 205 | 0.45 | 0 | 0.12 | 0.08 | 163.58 | 0.72 | 0.71 |
| Hex | 80 | EA | CD | 2D | 0 | C | 8 | A4 | 48 | 47 |
| Octal | 200 | 352 | 315 | 55 | 0 | 14 | 10 | 244 | 110 | 107 |
| Binary | 10000000 | 11101010 | 11001101 | 101101 | 0 | 1100 | 1000 | 10100100 | 1001000 | 1000111 |
Color Harmonies of #80EACD
Complementary color
Monochromatic Colors of #80EACD
Black with #80EACD
Text Example
Text Example
White with #80EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EACD; }
p { color: rgb(128,234,205); }
H1.HeaderClassName
{
color: #80EACD;
}
.AnyTagClassName
{
color: #80EACD;
}
</style>
background-color css
<style>
a { background-color: #80EACD; }
a { background-color: rgb(128,234,205); }
div.DivClassName
{
background-color: #80EACD;
}
.BgClassName
{
background-color: #80EACD;
}
</style>
border-color css
<style>
span { border-color: #80EACD; }
span { border-color: rgb(128,234,205); }
td.TdClassName
{
border-color: #80EACD;
}
.TagClassName
{
border-color: #80EACD;
}
</style>