Shades of Riptide #80DED2
Tints of Riptide #80DED2
RGB
CMYK
RGB Variations
Color information
#80DED2 (or 0x80DED2) is known color: Riptide. HEX triplet: 80, DE and D2. RGB value is (128,222,210). Sum of RGB (Red+Green+Blue) = 128+222+210=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #80DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DED2 is #7F212D. Grayscale: #C0C0C0. Windows color (decimal): -8331566 or 13819520. OLE color: 13819520.
HSL color Cylindrical-coordinate representation of color #80DED2: hue angle of 172.34º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DED2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 210 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.13 |
| HSL | 172.34º | 0.59% | 0.69% | - |
| HSV(B) | 172.34º | 0.42% | 0.87% | - |
| XYZ | 46.66 | 61.48 | 70.38 | - |
| YUV | 192.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 210 | 0.42 | 0 | 0.05 | 0.13 | 172.34 | 0.59 | 0.69 |
| Hex | 80 | DE | D2 | 2A | 0 | 5 | D | AC | 3B | 45 |
| Octal | 200 | 336 | 322 | 52 | 0 | 5 | 15 | 254 | 73 | 105 |
| Binary | 10000000 | 11011110 | 11010010 | 101010 | 0 | 101 | 1101 | 10101100 | 111011 | 1000101 |
Color Harmonies of #80DED2
Complementary color
Monochromatic Colors of #80DED2
Black with #80DED2
Text Example
Text Example
White with #80DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DED2; }
p { color: rgb(128,222,210); }
H1.HeaderClassName
{
color: #80DED2;
}
.AnyTagClassName
{
color: #80DED2;
}
</style>
background-color css
<style>
a { background-color: #80DED2; }
a { background-color: rgb(128,222,210); }
div.DivClassName
{
background-color: #80DED2;
}
.BgClassName
{
background-color: #80DED2;
}
</style>
border-color css
<style>
span { border-color: #80DED2; }
span { border-color: rgb(128,222,210); }
td.TdClassName
{
border-color: #80DED2;
}
.TagClassName
{
border-color: #80DED2;
}
</style>