Shades of Riptide #80E8CF
Tints of Riptide #80E8CF
RGB
CMYK
RGB Variations
Color information
#80E8CF (or 0x80E8CF) is known color: Riptide. HEX triplet: 80, E8 and CF. RGB value is (128,232,207). Sum of RGB (Red+Green+Blue) = 128+232+207=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #80E8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E8CF is #7F1730. Grayscale: #C6C6C6. Windows color (decimal): -8329009 or 13625472. OLE color: 13625472.
HSL color Cylindrical-coordinate representation of color #80E8CF: hue angle of 165.58º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E8CF is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 232 | 207 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.09 |
| HSL | 165.58º | 0.69% | 0.71% | - |
| HSV(B) | 165.58º | 0.45% | 0.91% | - |
| XYZ | 49.02 | 66.81 | 69.34 | - |
| YUV | 198.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 232 | 207 | 0.45 | 0 | 0.11 | 0.09 | 165.58 | 0.69 | 0.71 |
| Hex | 80 | E8 | CF | 2D | 0 | B | 9 | A6 | 45 | 47 |
| Octal | 200 | 350 | 317 | 55 | 0 | 13 | 11 | 246 | 105 | 107 |
| Binary | 10000000 | 11101000 | 11001111 | 101101 | 0 | 1011 | 1001 | 10100110 | 1000101 | 1000111 |
Color Harmonies of #80E8CF
Complementary color
Monochromatic Colors of #80E8CF
Black with #80E8CF
Text Example
Text Example
White with #80E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E8CF; }
p { color: rgb(128,232,207); }
H1.HeaderClassName
{
color: #80E8CF;
}
.AnyTagClassName
{
color: #80E8CF;
}
</style>
background-color css
<style>
a { background-color: #80E8CF; }
a { background-color: rgb(128,232,207); }
div.DivClassName
{
background-color: #80E8CF;
}
.BgClassName
{
background-color: #80E8CF;
}
</style>
border-color css
<style>
span { border-color: #80E8CF; }
span { border-color: rgb(128,232,207); }
td.TdClassName
{
border-color: #80E8CF;
}
.TagClassName
{
border-color: #80E8CF;
}
</style>