Shades of Riptide #80EBBC
Tints of Riptide #80EBBC
RGB
CMYK
RGB Variations
Color information
#80EBBC (or 0x80EBBC) is known color: Riptide. HEX triplet: 80, EB and BC. RGB value is (128,235,188). Sum of RGB (Red+Green+Blue) = 128+235+188=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBBC is #7F1443. Grayscale: #C5C5C5. Windows color (decimal): -8328260 or 12381056. OLE color: 12381056.
HSL color Cylindrical-coordinate representation of color #80EBBC: hue angle of 153.64º 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 #80EBBC is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 188 | - |
| CMYK | 0.46 | 0 | 0.2 | 0.08 |
| HSL | 153.64º | 0.73% | 0.71% | - |
| HSV(B) | 153.64º | 0.46% | 0.92% | - |
| XYZ | 47.69 | 67.64 | 58.12 | - |
| YUV | 197.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 188 | 0.46 | 0 | 0.2 | 0.08 | 153.64 | 0.73 | 0.71 |
| Hex | 80 | EB | BC | 2E | 0 | 14 | 8 | 9A | 49 | 47 |
| Octal | 200 | 353 | 274 | 56 | 0 | 24 | 10 | 232 | 111 | 107 |
| Binary | 10000000 | 11101011 | 10111100 | 101110 | 0 | 10100 | 1000 | 10011010 | 1001001 | 1000111 |
Color Harmonies of #80EBBC
Complementary color
Monochromatic Colors of #80EBBC
Black with #80EBBC
Text Example
Text Example
White with #80EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBBC; }
p { color: rgb(128,235,188); }
H1.HeaderClassName
{
color: #80EBBC;
}
.AnyTagClassName
{
color: #80EBBC;
}
</style>
background-color css
<style>
a { background-color: #80EBBC; }
a { background-color: rgb(128,235,188); }
div.DivClassName
{
background-color: #80EBBC;
}
.BgClassName
{
background-color: #80EBBC;
}
</style>
border-color css
<style>
span { border-color: #80EBBC; }
span { border-color: rgb(128,235,188); }
td.TdClassName
{
border-color: #80EBBC;
}
.TagClassName
{
border-color: #80EBBC;
}
</style>