Shades of Riptide #81E6C6
Tints of Riptide #81E6C6
RGB
CMYK
RGB Variations
Color information
#81E6C6 (or 0x81E6C6) is known color: Riptide. HEX triplet: 81, E6 and C6. RGB value is (129,230,198). Sum of RGB (Red+Green+Blue) = 129+230+198=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6C6 is #7E1939. Grayscale: #C4C4C4. Windows color (decimal): -8263994 or 13035137. OLE color: 13035137.
HSL color Cylindrical-coordinate representation of color #81E6C6: hue angle of 160.99º 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 #81E6C6 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 198 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.10 |
| HSL | 160.99º | 0.67% | 0.7% | - |
| HSV(B) | 160.99º | 0.44% | 0.9% | - |
| XYZ | 47.54 | 65.34 | 63.53 | - |
| YUV | 196.15 | 129.04 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 198 | 0.44 | 0 | 0.14 | 0.10 | 160.99 | 0.67 | 0.7 |
| Hex | 81 | E6 | C6 | 2C | 0 | E | A | A1 | 43 | 46 |
| Octal | 201 | 346 | 306 | 54 | 0 | 16 | 12 | 241 | 103 | 106 |
| Binary | 10000001 | 11100110 | 11000110 | 101100 | 0 | 1110 | 1010 | 10100001 | 1000011 | 1000110 |
Color Harmonies of #81E6C6
Complementary color
Monochromatic Colors of #81E6C6
Black with #81E6C6
Text Example
Text Example
White with #81E6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6C6; }
p { color: rgb(129,230,198); }
H1.HeaderClassName
{
color: #81E6C6;
}
.AnyTagClassName
{
color: #81E6C6;
}
</style>
background-color css
<style>
a { background-color: #81E6C6; }
a { background-color: rgb(129,230,198); }
div.DivClassName
{
background-color: #81E6C6;
}
.BgClassName
{
background-color: #81E6C6;
}
</style>
border-color css
<style>
span { border-color: #81E6C6; }
span { border-color: rgb(129,230,198); }
td.TdClassName
{
border-color: #81E6C6;
}
.TagClassName
{
border-color: #81E6C6;
}
</style>