Shades of Riptide #80D6D2
Tints of Riptide #80D6D2
RGB
CMYK
RGB Variations
Color information
#80D6D2 (or 0x80D6D2) is known color: Riptide. HEX triplet: 80, D6 and D2. RGB value is (128,214,210). Sum of RGB (Red+Green+Blue) = 128+214+210=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6D2 is #7F292D. Grayscale: #BBBBBB. Windows color (decimal): -8333614 or 13817472. OLE color: 13817472.
HSL color Cylindrical-coordinate representation of color #80D6D2: hue angle of 177.21º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D6D2 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 210 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.16 |
| HSL | 177.21º | 0.51% | 0.67% | - |
| HSV(B) | 177.21º | 0.4% | 0.84% | - |
| XYZ | 44.58 | 57.34 | 69.69 | - |
| YUV | 187.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 210 | 0.40 | 0 | 0.02 | 0.16 | 177.21 | 0.51 | 0.67 |
| Hex | 80 | D6 | D2 | 28 | 0 | 2 | 10 | B1 | 33 | 43 |
| Octal | 200 | 326 | 322 | 50 | 0 | 2 | 20 | 261 | 63 | 103 |
| Binary | 10000000 | 11010110 | 11010010 | 101000 | 0 | 10 | 10000 | 10110001 | 110011 | 1000011 |
Color Harmonies of #80D6D2
Complementary color
Monochromatic Colors of #80D6D2
Black with #80D6D2
Text Example
Text Example
White with #80D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D6D2; }
p { color: rgb(128,214,210); }
H1.HeaderClassName
{
color: #80D6D2;
}
.AnyTagClassName
{
color: #80D6D2;
}
</style>
background-color css
<style>
a { background-color: #80D6D2; }
a { background-color: rgb(128,214,210); }
div.DivClassName
{
background-color: #80D6D2;
}
.BgClassName
{
background-color: #80D6D2;
}
</style>
border-color css
<style>
span { border-color: #80D6D2; }
span { border-color: rgb(128,214,210); }
td.TdClassName
{
border-color: #80D6D2;
}
.TagClassName
{
border-color: #80D6D2;
}
</style>