Shades of Riptide #81E5CA
Tints of Riptide #81E5CA
RGB
CMYK
RGB Variations
Color information
#81E5CA (or 0x81E5CA) is known color: Riptide. HEX triplet: 81, E5 and CA. RGB value is (129,229,202). Sum of RGB (Red+Green+Blue) = 129+229+202=560 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.04% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #81E5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81E5CA is #7E1A35. Grayscale: #C4C4C4. Windows color (decimal): -8264246 or 13297025. OLE color: 13297025.
HSL color Cylindrical-coordinate representation of color #81E5CA: hue angle of 163.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 #81E5CA is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 202 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.10 |
| HSL | 163.8º | 0.66% | 0.7% | - |
| HSV(B) | 163.8º | 0.44% | 0.9% | - |
| XYZ | 47.73 | 64.97 | 65.9 | - |
| YUV | 196.02 | 131.37 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 202 | 0.44 | 0 | 0.12 | 0.10 | 163.8 | 0.66 | 0.7 |
| Hex | 81 | E5 | CA | 2C | 0 | C | A | A4 | 42 | 46 |
| Octal | 201 | 345 | 312 | 54 | 0 | 14 | 12 | 244 | 102 | 106 |
| Binary | 10000001 | 11100101 | 11001010 | 101100 | 0 | 1100 | 1010 | 10100100 | 1000010 | 1000110 |
Color Harmonies of #81E5CA
Complementary color
Monochromatic Colors of #81E5CA
Black with #81E5CA
Text Example
Text Example
White with #81E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E5CA; }
p { color: rgb(129,229,202); }
H1.HeaderClassName
{
color: #81E5CA;
}
.AnyTagClassName
{
color: #81E5CA;
}
</style>
background-color css
<style>
a { background-color: #81E5CA; }
a { background-color: rgb(129,229,202); }
div.DivClassName
{
background-color: #81E5CA;
}
.BgClassName
{
background-color: #81E5CA;
}
</style>
border-color css
<style>
span { border-color: #81E5CA; }
span { border-color: rgb(129,229,202); }
td.TdClassName
{
border-color: #81E5CA;
}
.TagClassName
{
border-color: #81E5CA;
}
</style>