Shades of Riptide #81E6CD
Tints of Riptide #81E6CD
RGB
CMYK
RGB Variations
Color information
#81E6CD (or 0x81E6CD) is known color: Riptide. HEX triplet: 81, E6 and CD. RGB value is (129,230,205). Sum of RGB (Red+Green+Blue) = 129+230+205=564 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.87% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6CD is #7E1932. Grayscale: #C4C4C4. Windows color (decimal): -8263987 or 13493889. OLE color: 13493889.
HSL color Cylindrical-coordinate representation of color #81E6CD: hue angle of 165.15º 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 #81E6CD is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 205 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.10 |
| HSL | 165.15º | 0.67% | 0.7% | - |
| HSV(B) | 165.15º | 0.44% | 0.9% | - |
| XYZ | 48.37 | 65.67 | 67.88 | - |
| YUV | 196.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 205 | 0.44 | 0 | 0.11 | 0.10 | 165.15 | 0.67 | 0.7 |
| Hex | 81 | E6 | CD | 2C | 0 | B | A | A5 | 43 | 46 |
| Octal | 201 | 346 | 315 | 54 | 0 | 13 | 12 | 245 | 103 | 106 |
| Binary | 10000001 | 11100110 | 11001101 | 101100 | 0 | 1011 | 1010 | 10100101 | 1000011 | 1000110 |
Color Harmonies of #81E6CD
Complementary color
Monochromatic Colors of #81E6CD
Black with #81E6CD
Text Example
Text Example
White with #81E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6CD; }
p { color: rgb(129,230,205); }
H1.HeaderClassName
{
color: #81E6CD;
}
.AnyTagClassName
{
color: #81E6CD;
}
</style>
background-color css
<style>
a { background-color: #81E6CD; }
a { background-color: rgb(129,230,205); }
div.DivClassName
{
background-color: #81E6CD;
}
.BgClassName
{
background-color: #81E6CD;
}
</style>
border-color css
<style>
span { border-color: #81E6CD; }
span { border-color: rgb(129,230,205); }
td.TdClassName
{
border-color: #81E6CD;
}
.TagClassName
{
border-color: #81E6CD;
}
</style>