Shades of Riptide #81E7D6
Tints of Riptide #81E7D6
RGB
CMYK
RGB Variations
Color information
#81E7D6 (or 0x81E7D6) is known color: Riptide. HEX triplet: 81, E7 and D6. RGB value is (129,231,214). Sum of RGB (Red+Green+Blue) = 129+231+214=574 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.47% from 574); Green value is 231 (90.62% from 255 or 40.24% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 231 - color contains mainly: green. Hex color #81E7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E7D6 is #7E1829. Grayscale: #C6C6C6. Windows color (decimal): -8263722 or 14083969. OLE color: 14083969.
HSL color Cylindrical-coordinate representation of color #81E7D6: hue angle of 170º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E7D6 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 214 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.09 |
| HSL | 170º | 0.68% | 0.71% | - |
| HSV(B) | 170º | 0.44% | 0.91% | - |
| XYZ | 49.77 | 66.67 | 73.86 | - |
| YUV | 198.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 214 | 0.44 | 0 | 0.07 | 0.09 | 170 | 0.68 | 0.71 |
| Hex | 81 | E7 | D6 | 2C | 0 | 7 | 9 | AA | 44 | 47 |
| Octal | 201 | 347 | 326 | 54 | 0 | 7 | 11 | 252 | 104 | 107 |
| Binary | 10000001 | 11100111 | 11010110 | 101100 | 0 | 111 | 1001 | 10101010 | 1000100 | 1000111 |
Color Harmonies of #81E7D6
Complementary color
Monochromatic Colors of #81E7D6
Black with #81E7D6
Text Example
Text Example
White with #81E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E7D6; }
p { color: rgb(129,231,214); }
H1.HeaderClassName
{
color: #81E7D6;
}
.AnyTagClassName
{
color: #81E7D6;
}
</style>
background-color css
<style>
a { background-color: #81E7D6; }
a { background-color: rgb(129,231,214); }
div.DivClassName
{
background-color: #81E7D6;
}
.BgClassName
{
background-color: #81E7D6;
}
</style>
border-color css
<style>
span { border-color: #81E7D6; }
span { border-color: rgb(129,231,214); }
td.TdClassName
{
border-color: #81E7D6;
}
.TagClassName
{
border-color: #81E7D6;
}
</style>