Shades of Riptide #81E6D9
Tints of Riptide #81E6D9
RGB
CMYK
RGB Variations
Color information
#81E6D9 (or 0x81E6D9) is known color: Riptide. HEX triplet: 81, E6 and D9. RGB value is (129,230,217). Sum of RGB (Red+Green+Blue) = 129+230+217=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6D9 is #7E1926. Grayscale: #C6C6C6. Windows color (decimal): -8263975 or 14280321. OLE color: 14280321.
HSL color Cylindrical-coordinate representation of color #81E6D9: hue angle of 172.28º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E6D9 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 217 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.10 |
| HSL | 172.28º | 0.67% | 0.7% | - |
| HSV(B) | 172.28º | 0.44% | 0.9% | - |
| XYZ | 49.87 | 66.27 | 75.81 | - |
| YUV | 198.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 217 | 0.44 | 0 | 0.06 | 0.10 | 172.28 | 0.67 | 0.7 |
| Hex | 81 | E6 | D9 | 2C | 0 | 6 | A | AC | 43 | 46 |
| Octal | 201 | 346 | 331 | 54 | 0 | 6 | 12 | 254 | 103 | 106 |
| Binary | 10000001 | 11100110 | 11011001 | 101100 | 0 | 110 | 1010 | 10101100 | 1000011 | 1000110 |
Color Harmonies of #81E6D9
Complementary color
Monochromatic Colors of #81E6D9
Black with #81E6D9
Text Example
Text Example
White with #81E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6D9; }
p { color: rgb(129,230,217); }
H1.HeaderClassName
{
color: #81E6D9;
}
.AnyTagClassName
{
color: #81E6D9;
}
</style>
background-color css
<style>
a { background-color: #81E6D9; }
a { background-color: rgb(129,230,217); }
div.DivClassName
{
background-color: #81E6D9;
}
.BgClassName
{
background-color: #81E6D9;
}
</style>
border-color css
<style>
span { border-color: #81E6D9; }
span { border-color: rgb(129,230,217); }
td.TdClassName
{
border-color: #81E6D9;
}
.TagClassName
{
border-color: #81E6D9;
}
</style>