Shades of Riptide #80EBCD
Tints of Riptide #80EBCD
RGB
CMYK
RGB Variations
Color information
#80EBCD (or 0x80EBCD) is known color: Riptide. HEX triplet: 80, EB and CD. RGB value is (128,235,205). Sum of RGB (Red+Green+Blue) = 128+235+205=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBCD is #7F1432. Grayscale: #C7C7C7. Windows color (decimal): -8328243 or 13495168. OLE color: 13495168.
HSL color Cylindrical-coordinate representation of color #80EBCD: hue angle of 163.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBCD is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 205 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.08 |
| HSL | 163.18º | 0.73% | 0.71% | - |
| HSV(B) | 163.18º | 0.46% | 0.92% | - |
| XYZ | 49.63 | 68.41 | 68.35 | - |
| YUV | 199.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 205 | 0.46 | 0 | 0.13 | 0.08 | 163.18 | 0.73 | 0.71 |
| Hex | 80 | EB | CD | 2E | 0 | D | 8 | A3 | 49 | 47 |
| Octal | 200 | 353 | 315 | 56 | 0 | 15 | 10 | 243 | 111 | 107 |
| Binary | 10000000 | 11101011 | 11001101 | 101110 | 0 | 1101 | 1000 | 10100011 | 1001001 | 1000111 |
Color Harmonies of #80EBCD
Complementary color
Monochromatic Colors of #80EBCD
Black with #80EBCD
Text Example
Text Example
White with #80EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBCD; }
p { color: rgb(128,235,205); }
H1.HeaderClassName
{
color: #80EBCD;
}
.AnyTagClassName
{
color: #80EBCD;
}
</style>
background-color css
<style>
a { background-color: #80EBCD; }
a { background-color: rgb(128,235,205); }
div.DivClassName
{
background-color: #80EBCD;
}
.BgClassName
{
background-color: #80EBCD;
}
</style>
border-color css
<style>
span { border-color: #80EBCD; }
span { border-color: rgb(128,235,205); }
td.TdClassName
{
border-color: #80EBCD;
}
.TagClassName
{
border-color: #80EBCD;
}
</style>