Shades of Riptide #80E0C5
Tints of Riptide #80E0C5
RGB
CMYK
RGB Variations
Color information
#80E0C5 (or 0x80E0C5) is known color: Riptide. HEX triplet: 80, E0 and C5. RGB value is (128,224,197). Sum of RGB (Red+Green+Blue) = 128+224+197=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E0C5 is #7F1F3A. Grayscale: #C0C0C0. Windows color (decimal): -8331067 or 12968064. OLE color: 12968064.
HSL color Cylindrical-coordinate representation of color #80E0C5: hue angle of 163.12º degrees, saturation: 0.61, 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 #80E0C5 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 197 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.12 |
| HSL | 163.13º | 0.61% | 0.69% | - |
| HSV(B) | 163.13º | 0.43% | 0.88% | - |
| XYZ | 45.64 | 61.93 | 62.37 | - |
| YUV | 192.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 197 | 0.43 | 0 | 0.12 | 0.12 | 163.13 | 0.61 | 0.69 |
| Hex | 80 | E0 | C5 | 2B | 0 | C | C | A3 | 3D | 45 |
| Octal | 200 | 340 | 305 | 53 | 0 | 14 | 14 | 243 | 75 | 105 |
| Binary | 10000000 | 11100000 | 11000101 | 101011 | 0 | 1100 | 1100 | 10100011 | 111101 | 1000101 |
Color Harmonies of #80E0C5
Complementary color
Monochromatic Colors of #80E0C5
Black with #80E0C5
Text Example
Text Example
White with #80E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E0C5; }
p { color: rgb(128,224,197); }
H1.HeaderClassName
{
color: #80E0C5;
}
.AnyTagClassName
{
color: #80E0C5;
}
</style>
background-color css
<style>
a { background-color: #80E0C5; }
a { background-color: rgb(128,224,197); }
div.DivClassName
{
background-color: #80E0C5;
}
.BgClassName
{
background-color: #80E0C5;
}
</style>
border-color css
<style>
span { border-color: #80E0C5; }
span { border-color: rgb(128,224,197); }
td.TdClassName
{
border-color: #80E0C5;
}
.TagClassName
{
border-color: #80E0C5;
}
</style>