Shades of Riptide #80DECC
Tints of Riptide #80DECC
RGB
CMYK
RGB Variations
Color information
#80DECC (or 0x80DECC) is known color: Riptide. HEX triplet: 80, DE and CC. RGB value is (128,222,204). Sum of RGB (Red+Green+Blue) = 128+222+204=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #80DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DECC is #7F2133. Grayscale: #BFBFBF. Windows color (decimal): -8331572 or 13426304. OLE color: 13426304.
HSL color Cylindrical-coordinate representation of color #80DECC: hue angle of 168.51º 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 #80DECC is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 222 | 204 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.13 |
| HSL | 168.51º | 0.59% | 0.69% | - |
| HSV(B) | 168.51º | 0.42% | 0.87% | - |
| XYZ | 45.92 | 61.19 | 66.52 | - |
| YUV | 191.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 204 | 0.42 | 0 | 0.08 | 0.13 | 168.51 | 0.59 | 0.69 |
| Hex | 80 | DE | CC | 2A | 0 | 8 | D | A9 | 3B | 45 |
| Octal | 200 | 336 | 314 | 52 | 0 | 10 | 15 | 251 | 73 | 105 |
| Binary | 10000000 | 11011110 | 11001100 | 101010 | 0 | 1000 | 1101 | 10101001 | 111011 | 1000101 |
Color Harmonies of #80DECC
Complementary color
Monochromatic Colors of #80DECC
Black with #80DECC
Text Example
Text Example
White with #80DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DECC; }
p { color: rgb(128,222,204); }
H1.HeaderClassName
{
color: #80DECC;
}
.AnyTagClassName
{
color: #80DECC;
}
</style>
background-color css
<style>
a { background-color: #80DECC; }
a { background-color: rgb(128,222,204); }
div.DivClassName
{
background-color: #80DECC;
}
.BgClassName
{
background-color: #80DECC;
}
</style>
border-color css
<style>
span { border-color: #80DECC; }
span { border-color: rgb(128,222,204); }
td.TdClassName
{
border-color: #80DECC;
}
.TagClassName
{
border-color: #80DECC;
}
</style>