Shades of Riptide #81E5D9
Tints of Riptide #81E5D9
RGB
CMYK
RGB Variations
Color information
#81E5D9 (or 0x81E5D9) is known color: Riptide. HEX triplet: 81, E5 and D9. RGB value is (129,229,217). Sum of RGB (Red+Green+Blue) = 129+229+217=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #81E5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81E5D9 is #7E1A26. Grayscale: #C5C5C5. Windows color (decimal): -8264231 or 14280065. OLE color: 14280065.
HSL color Cylindrical-coordinate representation of color #81E5D9: hue angle of 172.8º degrees, saturation: 0.66, 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 #81E5D9 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 217 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.10 |
| HSL | 172.8º | 0.66% | 0.7% | - |
| HSV(B) | 172.8º | 0.44% | 0.9% | - |
| XYZ | 49.6 | 65.72 | 75.72 | - |
| YUV | 197.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 217 | 0.44 | 0 | 0.05 | 0.10 | 172.8 | 0.66 | 0.7 |
| Hex | 81 | E5 | D9 | 2C | 0 | 5 | A | AD | 42 | 46 |
| Octal | 201 | 345 | 331 | 54 | 0 | 5 | 12 | 255 | 102 | 106 |
| Binary | 10000001 | 11100101 | 11011001 | 101100 | 0 | 101 | 1010 | 10101101 | 1000010 | 1000110 |
Color Harmonies of #81E5D9
Complementary color
Monochromatic Colors of #81E5D9
Black with #81E5D9
Text Example
Text Example
White with #81E5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E5D9; }
p { color: rgb(129,229,217); }
H1.HeaderClassName
{
color: #81E5D9;
}
.AnyTagClassName
{
color: #81E5D9;
}
</style>
background-color css
<style>
a { background-color: #81E5D9; }
a { background-color: rgb(129,229,217); }
div.DivClassName
{
background-color: #81E5D9;
}
.BgClassName
{
background-color: #81E5D9;
}
</style>
border-color css
<style>
span { border-color: #81E5D9; }
span { border-color: rgb(129,229,217); }
td.TdClassName
{
border-color: #81E5D9;
}
.TagClassName
{
border-color: #81E5D9;
}
</style>