Shades of Riptide #81E6C4
Tints of Riptide #81E6C4
RGB
CMYK
RGB Variations
Color information
#81E6C4 (or 0x81E6C4) is known color: Riptide. HEX triplet: 81, E6 and C4. RGB value is (129,230,196). Sum of RGB (Red+Green+Blue) = 129+230+196=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6C4 is #7E193B. Grayscale: #C3C3C3. Windows color (decimal): -8263996 or 12904065. OLE color: 12904065.
HSL color Cylindrical-coordinate representation of color #81E6C4: hue angle of 159.8º degrees, saturation: 0.67, 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 #81E6C4 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 196 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.10 |
| HSL | 159.8º | 0.67% | 0.7% | - |
| HSV(B) | 159.8º | 0.44% | 0.9% | - |
| XYZ | 47.31 | 65.25 | 62.32 | - |
| YUV | 195.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 196 | 0.44 | 0 | 0.15 | 0.10 | 159.8 | 0.67 | 0.7 |
| Hex | 81 | E6 | C4 | 2C | 0 | F | A | A0 | 43 | 46 |
| Octal | 201 | 346 | 304 | 54 | 0 | 17 | 12 | 240 | 103 | 106 |
| Binary | 10000001 | 11100110 | 11000100 | 101100 | 0 | 1111 | 1010 | 10100000 | 1000011 | 1000110 |
Color Harmonies of #81E6C4
Complementary color
Monochromatic Colors of #81E6C4
Black with #81E6C4
Text Example
Text Example
White with #81E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6C4; }
p { color: rgb(129,230,196); }
H1.HeaderClassName
{
color: #81E6C4;
}
.AnyTagClassName
{
color: #81E6C4;
}
</style>
background-color css
<style>
a { background-color: #81E6C4; }
a { background-color: rgb(129,230,196); }
div.DivClassName
{
background-color: #81E6C4;
}
.BgClassName
{
background-color: #81E6C4;
}
</style>
border-color css
<style>
span { border-color: #81E6C4; }
span { border-color: rgb(129,230,196); }
td.TdClassName
{
border-color: #81E6C4;
}
.TagClassName
{
border-color: #81E6C4;
}
</style>