Shades of Riptide #80EBC2
Tints of Riptide #80EBC2
RGB
CMYK
RGB Variations
Color information
#80EBC2 (or 0x80EBC2) is known color: Riptide. HEX triplet: 80, EB and C2. RGB value is (128,235,194). Sum of RGB (Red+Green+Blue) = 128+235+194=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBC2 is #7F143D. Grayscale: #C6C6C6. Windows color (decimal): -8328254 or 12774272. OLE color: 12774272.
HSL color Cylindrical-coordinate representation of color #80EBC2: hue angle of 157.01º 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 #80EBC2 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 194 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.08 |
| HSL | 157.01º | 0.73% | 0.71% | - |
| HSV(B) | 157.01º | 0.46% | 0.92% | - |
| XYZ | 48.35 | 67.9 | 61.6 | - |
| YUV | 198.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 194 | 0.46 | 0 | 0.17 | 0.08 | 157.01 | 0.73 | 0.71 |
| Hex | 80 | EB | C2 | 2E | 0 | 11 | 8 | 9D | 49 | 47 |
| Octal | 200 | 353 | 302 | 56 | 0 | 21 | 10 | 235 | 111 | 107 |
| Binary | 10000000 | 11101011 | 11000010 | 101110 | 0 | 10001 | 1000 | 10011101 | 1001001 | 1000111 |
Color Harmonies of #80EBC2
Complementary color
Monochromatic Colors of #80EBC2
Black with #80EBC2
Text Example
Text Example
White with #80EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBC2; }
p { color: rgb(128,235,194); }
H1.HeaderClassName
{
color: #80EBC2;
}
.AnyTagClassName
{
color: #80EBC2;
}
</style>
background-color css
<style>
a { background-color: #80EBC2; }
a { background-color: rgb(128,235,194); }
div.DivClassName
{
background-color: #80EBC2;
}
.BgClassName
{
background-color: #80EBC2;
}
</style>
border-color css
<style>
span { border-color: #80EBC2; }
span { border-color: rgb(128,235,194); }
td.TdClassName
{
border-color: #80EBC2;
}
.TagClassName
{
border-color: #80EBC2;
}
</style>