Shades of Riptide #81E6DA
Tints of Riptide #81E6DA
RGB
CMYK
RGB Variations
Color information
#81E6DA (or 0x81E6DA) is known color: Riptide. HEX triplet: 81, E6 and DA. RGB value is (129,230,218). Sum of RGB (Red+Green+Blue) = 129+230+218=577 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.36% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6DA is #7E1925. Grayscale: #C6C6C6. Windows color (decimal): -8263974 or 14345857. OLE color: 14345857.
HSL color Cylindrical-coordinate representation of color #81E6DA: hue angle of 172.87º 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 #81E6DA is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 218 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.10 |
| HSL | 172.87º | 0.67% | 0.7% | - |
| HSV(B) | 172.87º | 0.44% | 0.9% | - |
| XYZ | 50 | 66.32 | 76.5 | - |
| YUV | 198.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 218 | 0.44 | 0 | 0.05 | 0.10 | 172.87 | 0.67 | 0.7 |
| Hex | 81 | E6 | DA | 2C | 0 | 5 | A | AD | 43 | 46 |
| Octal | 201 | 346 | 332 | 54 | 0 | 5 | 12 | 255 | 103 | 106 |
| Binary | 10000001 | 11100110 | 11011010 | 101100 | 0 | 101 | 1010 | 10101101 | 1000011 | 1000110 |
Color Harmonies of #81E6DA
Complementary color
Monochromatic Colors of #81E6DA
Black with #81E6DA
Text Example
Text Example
White with #81E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6DA; }
p { color: rgb(129,230,218); }
H1.HeaderClassName
{
color: #81E6DA;
}
.AnyTagClassName
{
color: #81E6DA;
}
</style>
background-color css
<style>
a { background-color: #81E6DA; }
a { background-color: rgb(129,230,218); }
div.DivClassName
{
background-color: #81E6DA;
}
.BgClassName
{
background-color: #81E6DA;
}
</style>
border-color css
<style>
span { border-color: #81E6DA; }
span { border-color: rgb(129,230,218); }
td.TdClassName
{
border-color: #81E6DA;
}
.TagClassName
{
border-color: #81E6DA;
}
</style>