Shades of Riptide #81E7BE
Tints of Riptide #81E7BE
RGB
CMYK
RGB Variations
Color information
#81E7BE (or 0x81E7BE) is known color: Riptide. HEX triplet: 81, E7 and BE. RGB value is (129,231,190). Sum of RGB (Red+Green+Blue) = 129+231+190=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #81E7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E7BE is #7E1841. Grayscale: #C3C3C3. Windows color (decimal): -8263746 or 12511105. OLE color: 12511105.
HSL color Cylindrical-coordinate representation of color #81E7BE: hue angle of 155.88º 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 #81E7BE is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 190 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.09 |
| HSL | 155.88º | 0.68% | 0.71% | - |
| HSV(B) | 155.88º | 0.44% | 0.91% | - |
| XYZ | 46.92 | 65.54 | 58.89 | - |
| YUV | 195.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 190 | 0.44 | 0 | 0.18 | 0.09 | 155.88 | 0.68 | 0.71 |
| Hex | 81 | E7 | BE | 2C | 0 | 12 | 9 | 9C | 44 | 47 |
| Octal | 201 | 347 | 276 | 54 | 0 | 22 | 11 | 234 | 104 | 107 |
| Binary | 10000001 | 11100111 | 10111110 | 101100 | 0 | 10010 | 1001 | 10011100 | 1000100 | 1000111 |
Color Harmonies of #81E7BE
Complementary color
Monochromatic Colors of #81E7BE
Black with #81E7BE
Text Example
Text Example
White with #81E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E7BE; }
p { color: rgb(129,231,190); }
H1.HeaderClassName
{
color: #81E7BE;
}
.AnyTagClassName
{
color: #81E7BE;
}
</style>
background-color css
<style>
a { background-color: #81E7BE; }
a { background-color: rgb(129,231,190); }
div.DivClassName
{
background-color: #81E7BE;
}
.BgClassName
{
background-color: #81E7BE;
}
</style>
border-color css
<style>
span { border-color: #81E7BE; }
span { border-color: rgb(129,231,190); }
td.TdClassName
{
border-color: #81E7BE;
}
.TagClassName
{
border-color: #81E7BE;
}
</style>