Shades of Riptide #8DE6DC
Tints of Riptide #8DE6DC
RGB
CMYK
RGB Variations
Color information
#8DE6DC (or 0x8DE6DC) is known color: Riptide. HEX triplet: 8D, E6 and DC. RGB value is (141,230,220). Sum of RGB (Red+Green+Blue) = 141+230+220=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE6DC is #721923. Grayscale: #CACACA. Windows color (decimal): -7477540 or 14476941. OLE color: 14476941.
HSL color Cylindrical-coordinate representation of color #8DE6DC: hue angle of 173.26º 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 #8DE6DC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 230 | 220 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.10 |
| HSL | 173.26º | 0.64% | 0.73% | - |
| HSV(B) | 173.26º | 0.39% | 0.9% | - |
| XYZ | 52.2 | 67.42 | 77.97 | - |
| YUV | 202.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 230 | 220 | 0.39 | 0 | 0.04 | 0.10 | 173.26 | 0.64 | 0.73 |
| Hex | 8D | E6 | DC | 27 | 0 | 4 | A | AD | 40 | 49 |
| Octal | 215 | 346 | 334 | 47 | 0 | 4 | 12 | 255 | 100 | 111 |
| Binary | 10001101 | 11100110 | 11011100 | 100111 | 0 | 100 | 1010 | 10101101 | 1000000 | 1001001 |
Color Harmonies of #8DE6DC
Complementary color
Monochromatic Colors of #8DE6DC
Black with #8DE6DC
Text Example
Text Example
White with #8DE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE6DC; }
p { color: rgb(141,230,220); }
H1.HeaderClassName
{
color: #8DE6DC;
}
.AnyTagClassName
{
color: #8DE6DC;
}
</style>
background-color css
<style>
a { background-color: #8DE6DC; }
a { background-color: rgb(141,230,220); }
div.DivClassName
{
background-color: #8DE6DC;
}
.BgClassName
{
background-color: #8DE6DC;
}
</style>
border-color css
<style>
span { border-color: #8DE6DC; }
span { border-color: rgb(141,230,220); }
td.TdClassName
{
border-color: #8DE6DC;
}
.TagClassName
{
border-color: #8DE6DC;
}
</style>