Shades of Riptide #81E5BB
Tints of Riptide #81E5BB
RGB
CMYK
RGB Variations
Color information
#81E5BB (or 0x81E5BB) is known color: Riptide. HEX triplet: 81, E5 and BB. RGB value is (129,229,187). Sum of RGB (Red+Green+Blue) = 129+229+187=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #81E5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81E5BB is #7E1A44. Grayscale: #C2C2C2. Windows color (decimal): -8264261 or 12313985. OLE color: 12313985.
HSL color Cylindrical-coordinate representation of color #81E5BB: hue angle of 154.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 #81E5BB is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 187 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.10 |
| HSL | 154.8º | 0.66% | 0.7% | - |
| HSV(B) | 154.8º | 0.44% | 0.9% | - |
| XYZ | 46.04 | 64.29 | 57 | - |
| YUV | 194.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 187 | 0.44 | 0 | 0.18 | 0.10 | 154.8 | 0.66 | 0.7 |
| Hex | 81 | E5 | BB | 2C | 0 | 12 | A | 9B | 42 | 46 |
| Octal | 201 | 345 | 273 | 54 | 0 | 22 | 12 | 233 | 102 | 106 |
| Binary | 10000001 | 11100101 | 10111011 | 101100 | 0 | 10010 | 1010 | 10011011 | 1000010 | 1000110 |
Color Harmonies of #81E5BB
Complementary color
Monochromatic Colors of #81E5BB
Black with #81E5BB
Text Example
Text Example
White with #81E5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E5BB; }
p { color: rgb(129,229,187); }
H1.HeaderClassName
{
color: #81E5BB;
}
.AnyTagClassName
{
color: #81E5BB;
}
</style>
background-color css
<style>
a { background-color: #81E5BB; }
a { background-color: rgb(129,229,187); }
div.DivClassName
{
background-color: #81E5BB;
}
.BgClassName
{
background-color: #81E5BB;
}
</style>
border-color css
<style>
span { border-color: #81E5BB; }
span { border-color: rgb(129,229,187); }
td.TdClassName
{
border-color: #81E5BB;
}
.TagClassName
{
border-color: #81E5BB;
}
</style>