Shades of Riptide #80ECBB
Tints of Riptide #80ECBB
RGB
CMYK
RGB Variations
Color information
#80ECBB (or 0x80ECBB) is known color: Riptide. HEX triplet: 80, EC and BB. RGB value is (128,236,187). Sum of RGB (Red+Green+Blue) = 128+236+187=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECBB is #7F1344. Grayscale: #C6C6C6. Windows color (decimal): -8328005 or 12315776. OLE color: 12315776.
HSL color Cylindrical-coordinate representation of color #80ECBB: hue angle of 152.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECBB is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 187 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.07 |
| HSL | 152.78º | 0.74% | 0.71% | - |
| HSV(B) | 152.78º | 0.46% | 0.93% | - |
| XYZ | 47.87 | 68.17 | 57.65 | - |
| YUV | 198.12 | 121.72 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 187 | 0.46 | 0 | 0.21 | 0.07 | 152.78 | 0.74 | 0.71 |
| Hex | 80 | EC | BB | 2E | 0 | 15 | 7 | 99 | 4A | 47 |
| Octal | 200 | 354 | 273 | 56 | 0 | 25 | 7 | 231 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10111011 | 101110 | 0 | 10101 | 111 | 10011001 | 1001010 | 1000111 |
Color Harmonies of #80ECBB
Complementary color
Monochromatic Colors of #80ECBB
Black with #80ECBB
Text Example
Text Example
White with #80ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECBB; }
p { color: rgb(128,236,187); }
H1.HeaderClassName
{
color: #80ECBB;
}
.AnyTagClassName
{
color: #80ECBB;
}
</style>
background-color css
<style>
a { background-color: #80ECBB; }
a { background-color: rgb(128,236,187); }
div.DivClassName
{
background-color: #80ECBB;
}
.BgClassName
{
background-color: #80ECBB;
}
</style>
border-color css
<style>
span { border-color: #80ECBB; }
span { border-color: rgb(128,236,187); }
td.TdClassName
{
border-color: #80ECBB;
}
.TagClassName
{
border-color: #80ECBB;
}
</style>