Shades of Riptide #80E1C5
Tints of Riptide #80E1C5
RGB
CMYK
RGB Variations
Color information
#80E1C5 (or 0x80E1C5) is known color: Riptide. HEX triplet: 80, E1 and C5. RGB value is (128,225,197). Sum of RGB (Red+Green+Blue) = 128+225+197=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1C5 is #7F1E3A. Grayscale: #C0C0C0. Windows color (decimal): -8330811 or 12968320. OLE color: 12968320.
HSL color Cylindrical-coordinate representation of color #80E1C5: hue angle of 162.68º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1C5 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 197 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.12 |
| HSL | 162.68º | 0.62% | 0.69% | - |
| HSV(B) | 162.68º | 0.43% | 0.88% | - |
| XYZ | 45.91 | 62.47 | 62.46 | - |
| YUV | 192.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 197 | 0.43 | 0 | 0.12 | 0.12 | 162.68 | 0.62 | 0.69 |
| Hex | 80 | E1 | C5 | 2B | 0 | C | C | A3 | 3E | 45 |
| Octal | 200 | 341 | 305 | 53 | 0 | 14 | 14 | 243 | 76 | 105 |
| Binary | 10000000 | 11100001 | 11000101 | 101011 | 0 | 1100 | 1100 | 10100011 | 111110 | 1000101 |
Color Harmonies of #80E1C5
Complementary color
Monochromatic Colors of #80E1C5
Black with #80E1C5
Text Example
Text Example
White with #80E1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E1C5; }
p { color: rgb(128,225,197); }
H1.HeaderClassName
{
color: #80E1C5;
}
.AnyTagClassName
{
color: #80E1C5;
}
</style>
background-color css
<style>
a { background-color: #80E1C5; }
a { background-color: rgb(128,225,197); }
div.DivClassName
{
background-color: #80E1C5;
}
.BgClassName
{
background-color: #80E1C5;
}
</style>
border-color css
<style>
span { border-color: #80E1C5; }
span { border-color: rgb(128,225,197); }
td.TdClassName
{
border-color: #80E1C5;
}
.TagClassName
{
border-color: #80E1C5;
}
</style>