Shades of Riptide #80EABB
Tints of Riptide #80EABB
RGB
CMYK
RGB Variations
Color information
#80EABB (or 0x80EABB) is known color: Riptide. HEX triplet: 80, EA and BB. RGB value is (128,234,187). Sum of RGB (Red+Green+Blue) = 128+234+187=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #80EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EABB is #7F1544. Grayscale: #C5C5C5. Windows color (decimal): -8328517 or 12315264. OLE color: 12315264.
HSL color Cylindrical-coordinate representation of color #80EABB: hue angle of 153.4º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EABB is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 187 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.08 |
| HSL | 153.4º | 0.72% | 0.71% | - |
| HSV(B) | 153.4º | 0.45% | 0.92% | - |
| XYZ | 47.29 | 67.02 | 57.46 | - |
| YUV | 196.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 187 | 0.45 | 0 | 0.20 | 0.08 | 153.4 | 0.72 | 0.71 |
| Hex | 80 | EA | BB | 2D | 0 | 14 | 8 | 99 | 48 | 47 |
| Octal | 200 | 352 | 273 | 55 | 0 | 24 | 10 | 231 | 110 | 107 |
| Binary | 10000000 | 11101010 | 10111011 | 101101 | 0 | 10100 | 1000 | 10011001 | 1001000 | 1000111 |
Color Harmonies of #80EABB
Complementary color
Monochromatic Colors of #80EABB
Black with #80EABB
Text Example
Text Example
White with #80EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EABB; }
p { color: rgb(128,234,187); }
H1.HeaderClassName
{
color: #80EABB;
}
.AnyTagClassName
{
color: #80EABB;
}
</style>
background-color css
<style>
a { background-color: #80EABB; }
a { background-color: rgb(128,234,187); }
div.DivClassName
{
background-color: #80EABB;
}
.BgClassName
{
background-color: #80EABB;
}
</style>
border-color css
<style>
span { border-color: #80EABB; }
span { border-color: rgb(128,234,187); }
td.TdClassName
{
border-color: #80EABB;
}
.TagClassName
{
border-color: #80EABB;
}
</style>