Shades of Riptide #81E7BD
Tints of Riptide #81E7BD
RGB
CMYK
RGB Variations
Color information
#81E7BD (or 0x81E7BD) is known color: Riptide. HEX triplet: 81, E7 and BD. RGB value is (129,231,189). Sum of RGB (Red+Green+Blue) = 129+231+189=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #81E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E7BD is #7E1842. Grayscale: #C3C3C3. Windows color (decimal): -8263747 or 12445569. OLE color: 12445569.
HSL color Cylindrical-coordinate representation of color #81E7BD: hue angle of 155.29º 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 #81E7BD is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 189 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.09 |
| HSL | 155.29º | 0.68% | 0.71% | - |
| HSV(B) | 155.29º | 0.44% | 0.91% | - |
| XYZ | 46.81 | 65.49 | 58.32 | - |
| YUV | 195.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 189 | 0.44 | 0 | 0.18 | 0.09 | 155.29 | 0.68 | 0.71 |
| Hex | 81 | E7 | BD | 2C | 0 | 12 | 9 | 9B | 44 | 47 |
| Octal | 201 | 347 | 275 | 54 | 0 | 22 | 11 | 233 | 104 | 107 |
| Binary | 10000001 | 11100111 | 10111101 | 101100 | 0 | 10010 | 1001 | 10011011 | 1000100 | 1000111 |
Color Harmonies of #81E7BD
Complementary color
Monochromatic Colors of #81E7BD
Black with #81E7BD
Text Example
Text Example
White with #81E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E7BD; }
p { color: rgb(129,231,189); }
H1.HeaderClassName
{
color: #81E7BD;
}
.AnyTagClassName
{
color: #81E7BD;
}
</style>
background-color css
<style>
a { background-color: #81E7BD; }
a { background-color: rgb(129,231,189); }
div.DivClassName
{
background-color: #81E7BD;
}
.BgClassName
{
background-color: #81E7BD;
}
</style>
border-color css
<style>
span { border-color: #81E7BD; }
span { border-color: rgb(129,231,189); }
td.TdClassName
{
border-color: #81E7BD;
}
.TagClassName
{
border-color: #81E7BD;
}
</style>