Shades of Riptide #81E6D5
Tints of Riptide #81E6D5
RGB
CMYK
RGB Variations
Color information
#81E6D5 (or 0x81E6D5) is known color: Riptide. HEX triplet: 81, E6 and D5. RGB value is (129,230,213). Sum of RGB (Red+Green+Blue) = 129+230+213=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6D5 is #7E192A. Grayscale: #C5C5C5. Windows color (decimal): -8263979 or 14018177. OLE color: 14018177.
HSL color Cylindrical-coordinate representation of color #81E6D5: hue angle of 169.9º 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 #81E6D5 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 213 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.10 |
| HSL | 169.9º | 0.67% | 0.7% | - |
| HSV(B) | 169.9º | 0.44% | 0.9% | - |
| XYZ | 49.36 | 66.06 | 73.1 | - |
| YUV | 197.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 213 | 0.44 | 0 | 0.07 | 0.10 | 169.9 | 0.67 | 0.7 |
| Hex | 81 | E6 | D5 | 2C | 0 | 7 | A | AA | 43 | 46 |
| Octal | 201 | 346 | 325 | 54 | 0 | 7 | 12 | 252 | 103 | 106 |
| Binary | 10000001 | 11100110 | 11010101 | 101100 | 0 | 111 | 1010 | 10101010 | 1000011 | 1000110 |
Color Harmonies of #81E6D5
Complementary color
Monochromatic Colors of #81E6D5
Black with #81E6D5
Text Example
Text Example
White with #81E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6D5; }
p { color: rgb(129,230,213); }
H1.HeaderClassName
{
color: #81E6D5;
}
.AnyTagClassName
{
color: #81E6D5;
}
</style>
background-color css
<style>
a { background-color: #81E6D5; }
a { background-color: rgb(129,230,213); }
div.DivClassName
{
background-color: #81E6D5;
}
.BgClassName
{
background-color: #81E6D5;
}
</style>
border-color css
<style>
span { border-color: #81E6D5; }
span { border-color: rgb(129,230,213); }
td.TdClassName
{
border-color: #81E6D5;
}
.TagClassName
{
border-color: #81E6D5;
}
</style>