Shades of Riptide #80E0D2
Tints of Riptide #80E0D2
RGB
CMYK
RGB Variations
Color information
#80E0D2 (or 0x80E0D2) is known color: Riptide. HEX triplet: 80, E0 and D2. RGB value is (128,224,210). Sum of RGB (Red+Green+Blue) = 128+224+210=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E0D2 is #7F1F2D. Grayscale: #C1C1C1. Windows color (decimal): -8331054 or 13820032. OLE color: 13820032.
HSL color Cylindrical-coordinate representation of color #80E0D2: hue angle of 171.25º 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 #80E0D2 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 210 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.12 |
| HSL | 171.25º | 0.61% | 0.69% | - |
| HSV(B) | 171.25º | 0.43% | 0.88% | - |
| XYZ | 47.19 | 62.55 | 70.56 | - |
| YUV | 193.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 210 | 0.43 | 0 | 0.06 | 0.12 | 171.25 | 0.61 | 0.69 |
| Hex | 80 | E0 | D2 | 2B | 0 | 6 | C | AB | 3D | 45 |
| Octal | 200 | 340 | 322 | 53 | 0 | 6 | 14 | 253 | 75 | 105 |
| Binary | 10000000 | 11100000 | 11010010 | 101011 | 0 | 110 | 1100 | 10101011 | 111101 | 1000101 |
Color Harmonies of #80E0D2
Complementary color
Monochromatic Colors of #80E0D2
Black with #80E0D2
Text Example
Text Example
White with #80E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E0D2; }
p { color: rgb(128,224,210); }
H1.HeaderClassName
{
color: #80E0D2;
}
.AnyTagClassName
{
color: #80E0D2;
}
</style>
background-color css
<style>
a { background-color: #80E0D2; }
a { background-color: rgb(128,224,210); }
div.DivClassName
{
background-color: #80E0D2;
}
.BgClassName
{
background-color: #80E0D2;
}
</style>
border-color css
<style>
span { border-color: #80E0D2; }
span { border-color: rgb(128,224,210); }
td.TdClassName
{
border-color: #80E0D2;
}
.TagClassName
{
border-color: #80E0D2;
}
</style>