Shades of Riptide #8DE6CD
Tints of Riptide #8DE6CD
RGB
CMYK
RGB Variations
Color information
#8DE6CD (or 0x8DE6CD) is known color: Riptide. HEX triplet: 8D, E6 and CD. RGB value is (141,230,205). Sum of RGB (Red+Green+Blue) = 141+230+205=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE6CD is #721932. Grayscale: #C8C8C8. Windows color (decimal): -7477555 or 13493901. OLE color: 13493901.
HSL color Cylindrical-coordinate representation of color #8DE6CD: hue angle of 163.15º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE6CD is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 230 | 205 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.10 |
| HSL | 163.15º | 0.64% | 0.73% | - |
| HSV(B) | 163.15º | 0.39% | 0.9% | - |
| XYZ | 50.3 | 66.66 | 67.97 | - |
| YUV | 200.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 230 | 205 | 0.39 | 0 | 0.11 | 0.10 | 163.15 | 0.64 | 0.73 |
| Hex | 8D | E6 | CD | 27 | 0 | B | A | A3 | 40 | 49 |
| Octal | 215 | 346 | 315 | 47 | 0 | 13 | 12 | 243 | 100 | 111 |
| Binary | 10001101 | 11100110 | 11001101 | 100111 | 0 | 1011 | 1010 | 10100011 | 1000000 | 1001001 |
Color Harmonies of #8DE6CD
Complementary color
Monochromatic Colors of #8DE6CD
Black with #8DE6CD
Text Example
Text Example
White with #8DE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE6CD; }
p { color: rgb(141,230,205); }
H1.HeaderClassName
{
color: #8DE6CD;
}
.AnyTagClassName
{
color: #8DE6CD;
}
</style>
background-color css
<style>
a { background-color: #8DE6CD; }
a { background-color: rgb(141,230,205); }
div.DivClassName
{
background-color: #8DE6CD;
}
.BgClassName
{
background-color: #8DE6CD;
}
</style>
border-color css
<style>
span { border-color: #8DE6CD; }
span { border-color: rgb(141,230,205); }
td.TdClassName
{
border-color: #8DE6CD;
}
.TagClassName
{
border-color: #8DE6CD;
}
</style>