Shades of Riptide #81EBCE
Tints of Riptide #81EBCE
RGB
CMYK
RGB Variations
Color information
#81EBCE (or 0x81EBCE) is known color: Riptide. HEX triplet: 81, EB and CE. RGB value is (129,235,206). Sum of RGB (Red+Green+Blue) = 129+235+206=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #81EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EBCE is #7E1431. Grayscale: #C8C8C8. Windows color (decimal): -8262706 or 13560705. OLE color: 13560705.
HSL color Cylindrical-coordinate representation of color #81EBCE: hue angle of 163.58º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EBCE is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 235 | 206 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.08 |
| HSL | 163.58º | 0.73% | 0.71% | - |
| HSV(B) | 163.58º | 0.45% | 0.92% | - |
| XYZ | 49.9 | 68.54 | 68.99 | - |
| YUV | 200 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 235 | 206 | 0.45 | 0 | 0.12 | 0.08 | 163.58 | 0.73 | 0.71 |
| Hex | 81 | EB | CE | 2D | 0 | C | 8 | A4 | 49 | 47 |
| Octal | 201 | 353 | 316 | 55 | 0 | 14 | 10 | 244 | 111 | 107 |
| Binary | 10000001 | 11101011 | 11001110 | 101101 | 0 | 1100 | 1000 | 10100100 | 1001001 | 1000111 |
Color Harmonies of #81EBCE
Complementary color
Monochromatic Colors of #81EBCE
Black with #81EBCE
Text Example
Text Example
White with #81EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EBCE; }
p { color: rgb(129,235,206); }
H1.HeaderClassName
{
color: #81EBCE;
}
.AnyTagClassName
{
color: #81EBCE;
}
</style>
background-color css
<style>
a { background-color: #81EBCE; }
a { background-color: rgb(129,235,206); }
div.DivClassName
{
background-color: #81EBCE;
}
.BgClassName
{
background-color: #81EBCE;
}
</style>
border-color css
<style>
span { border-color: #81EBCE; }
span { border-color: rgb(129,235,206); }
td.TdClassName
{
border-color: #81EBCE;
}
.TagClassName
{
border-color: #81EBCE;
}
</style>