Shades of Riptide #8DE6D6
Tints of Riptide #8DE6D6
RGB
CMYK
RGB Variations
Color information
#8DE6D6 (or 0x8DE6D6) is known color: Riptide. HEX triplet: 8D, E6 and D6. RGB value is (141,230,214). Sum of RGB (Red+Green+Blue) = 141+230+214=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE6D6 is #721929. Grayscale: #C9C9C9. Windows color (decimal): -7477546 or 14083725. OLE color: 14083725.
HSL color Cylindrical-coordinate representation of color #8DE6D6: hue angle of 169.21º 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 #8DE6D6 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 230 | 214 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.10 |
| HSL | 169.21º | 0.64% | 0.73% | - |
| HSV(B) | 169.21º | 0.39% | 0.9% | - |
| XYZ | 51.42 | 67.11 | 73.86 | - |
| YUV | 201.57 | 135.01 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 230 | 214 | 0.39 | 0 | 0.07 | 0.10 | 169.21 | 0.64 | 0.73 |
| Hex | 8D | E6 | D6 | 27 | 0 | 7 | A | A9 | 40 | 49 |
| Octal | 215 | 346 | 326 | 47 | 0 | 7 | 12 | 251 | 100 | 111 |
| Binary | 10001101 | 11100110 | 11010110 | 100111 | 0 | 111 | 1010 | 10101001 | 1000000 | 1001001 |
Color Harmonies of #8DE6D6
Complementary color
Monochromatic Colors of #8DE6D6
Black with #8DE6D6
Text Example
Text Example
White with #8DE6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE6D6; }
p { color: rgb(141,230,214); }
H1.HeaderClassName
{
color: #8DE6D6;
}
.AnyTagClassName
{
color: #8DE6D6;
}
</style>
background-color css
<style>
a { background-color: #8DE6D6; }
a { background-color: rgb(141,230,214); }
div.DivClassName
{
background-color: #8DE6D6;
}
.BgClassName
{
background-color: #8DE6D6;
}
</style>
border-color css
<style>
span { border-color: #8DE6D6; }
span { border-color: rgb(141,230,214); }
td.TdClassName
{
border-color: #8DE6D6;
}
.TagClassName
{
border-color: #8DE6D6;
}
</style>