Shades of Riptide #81E6BE
Tints of Riptide #81E6BE
RGB
CMYK
RGB Variations
Color information
#81E6BE (or 0x81E6BE) is known color: Riptide. HEX triplet: 81, E6 and BE. RGB value is (129,230,190). Sum of RGB (Red+Green+Blue) = 129+230+190=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6BE is #7E1941. Grayscale: #C3C3C3. Windows color (decimal): -8264002 or 12510849. OLE color: 12510849.
HSL color Cylindrical-coordinate representation of color #81E6BE: hue angle of 156.24º 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 #81E6BE is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 190 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.10 |
| HSL | 156.24º | 0.67% | 0.7% | - |
| HSV(B) | 156.24º | 0.44% | 0.9% | - |
| XYZ | 46.64 | 64.98 | 58.8 | - |
| YUV | 195.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 190 | 0.44 | 0 | 0.17 | 0.10 | 156.24 | 0.67 | 0.7 |
| Hex | 81 | E6 | BE | 2C | 0 | 11 | A | 9C | 43 | 46 |
| Octal | 201 | 346 | 276 | 54 | 0 | 21 | 12 | 234 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10111110 | 101100 | 0 | 10001 | 1010 | 10011100 | 1000011 | 1000110 |
Color Harmonies of #81E6BE
Complementary color
Monochromatic Colors of #81E6BE
Black with #81E6BE
Text Example
Text Example
White with #81E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6BE; }
p { color: rgb(129,230,190); }
H1.HeaderClassName
{
color: #81E6BE;
}
.AnyTagClassName
{
color: #81E6BE;
}
</style>
background-color css
<style>
a { background-color: #81E6BE; }
a { background-color: rgb(129,230,190); }
div.DivClassName
{
background-color: #81E6BE;
}
.BgClassName
{
background-color: #81E6BE;
}
</style>
border-color css
<style>
span { border-color: #81E6BE; }
span { border-color: rgb(129,230,190); }
td.TdClassName
{
border-color: #81E6BE;
}
.TagClassName
{
border-color: #81E6BE;
}
</style>