Shades of Riptide #80D6C8
Tints of Riptide #80D6C8
RGB
CMYK
RGB Variations
Color information
#80D6C8 (or 0x80D6C8) is known color: Riptide. HEX triplet: 80, D6 and C8. RGB value is (128,214,200). Sum of RGB (Red+Green+Blue) = 128+214+200=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6C8 is #7F2937. Grayscale: #BABABA. Windows color (decimal): -8333624 or 13162112. OLE color: 13162112.
HSL color Cylindrical-coordinate representation of color #80D6C8: hue angle of 170.23º 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 #80D6C8 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 200 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.16 |
| HSL | 170.23º | 0.51% | 0.67% | - |
| HSV(B) | 170.23º | 0.4% | 0.84% | - |
| XYZ | 43.37 | 56.85 | 63.33 | - |
| YUV | 186.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 200 | 0.40 | 0 | 0.07 | 0.16 | 170.23 | 0.51 | 0.67 |
| Hex | 80 | D6 | C8 | 28 | 0 | 7 | 10 | AA | 33 | 43 |
| Octal | 200 | 326 | 310 | 50 | 0 | 7 | 20 | 252 | 63 | 103 |
| Binary | 10000000 | 11010110 | 11001000 | 101000 | 0 | 111 | 10000 | 10101010 | 110011 | 1000011 |
Color Harmonies of #80D6C8
Complementary color
Monochromatic Colors of #80D6C8
Black with #80D6C8
Text Example
Text Example
White with #80D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D6C8; }
p { color: rgb(128,214,200); }
H1.HeaderClassName
{
color: #80D6C8;
}
.AnyTagClassName
{
color: #80D6C8;
}
</style>
background-color css
<style>
a { background-color: #80D6C8; }
a { background-color: rgb(128,214,200); }
div.DivClassName
{
background-color: #80D6C8;
}
.BgClassName
{
background-color: #80D6C8;
}
</style>
border-color css
<style>
span { border-color: #80D6C8; }
span { border-color: rgb(128,214,200); }
td.TdClassName
{
border-color: #80D6C8;
}
.TagClassName
{
border-color: #80D6C8;
}
</style>