Shades of Riptide #81E5DB
Tints of Riptide #81E5DB
RGB
CMYK
RGB Variations
Color information
#81E5DB (or 0x81E5DB) is known color: Riptide. HEX triplet: 81, E5 and DB. RGB value is (129,229,219). Sum of RGB (Red+Green+Blue) = 129+229+219=577 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.36% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #81E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81E5DB is #7E1A24. Grayscale: #C5C5C5. Windows color (decimal): -8264229 or 14411137. OLE color: 14411137.
HSL color Cylindrical-coordinate representation of color #81E5DB: hue angle of 174º 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 #81E5DB is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 219 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.10 |
| HSL | 174º | 0.66% | 0.7% | - |
| HSV(B) | 174º | 0.44% | 0.9% | - |
| XYZ | 49.86 | 65.82 | 77.09 | - |
| YUV | 197.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 219 | 0.44 | 0 | 0.04 | 0.10 | 174 | 0.66 | 0.7 |
| Hex | 81 | E5 | DB | 2C | 0 | 4 | A | AE | 42 | 46 |
| Octal | 201 | 345 | 333 | 54 | 0 | 4 | 12 | 256 | 102 | 106 |
| Binary | 10000001 | 11100101 | 11011011 | 101100 | 0 | 100 | 1010 | 10101110 | 1000010 | 1000110 |
Color Harmonies of #81E5DB
Complementary color
Monochromatic Colors of #81E5DB
Black with #81E5DB
Text Example
Text Example
White with #81E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E5DB; }
p { color: rgb(129,229,219); }
H1.HeaderClassName
{
color: #81E5DB;
}
.AnyTagClassName
{
color: #81E5DB;
}
</style>
background-color css
<style>
a { background-color: #81E5DB; }
a { background-color: rgb(129,229,219); }
div.DivClassName
{
background-color: #81E5DB;
}
.BgClassName
{
background-color: #81E5DB;
}
</style>
border-color css
<style>
span { border-color: #81E5DB; }
span { border-color: rgb(129,229,219); }
td.TdClassName
{
border-color: #81E5DB;
}
.TagClassName
{
border-color: #81E5DB;
}
</style>