Shades of Riptide #8DE5CE
Tints of Riptide #8DE5CE
RGB
CMYK
RGB Variations
Color information
#8DE5CE (or 0x8DE5CE) is known color: Riptide. HEX triplet: 8D, E5 and CE. RGB value is (141,229,206). Sum of RGB (Red+Green+Blue) = 141+229+206=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE5CE is #721A31. Grayscale: #C8C8C8. Windows color (decimal): -7477810 or 13559181. OLE color: 13559181.
HSL color Cylindrical-coordinate representation of color #8DE5CE: hue angle of 164.32º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE5CE is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 229 | 206 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.10 |
| HSL | 164.32º | 0.63% | 0.73% | - |
| HSV(B) | 164.32º | 0.38% | 0.9% | - |
| XYZ | 50.14 | 66.16 | 68.52 | - |
| YUV | 200.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 229 | 206 | 0.38 | 0 | 0.10 | 0.10 | 164.32 | 0.63 | 0.73 |
| Hex | 8D | E5 | CE | 26 | 0 | A | A | A4 | 3F | 49 |
| Octal | 215 | 345 | 316 | 46 | 0 | 12 | 12 | 244 | 77 | 111 |
| Binary | 10001101 | 11100101 | 11001110 | 100110 | 0 | 1010 | 1010 | 10100100 | 111111 | 1001001 |
Color Harmonies of #8DE5CE
Complementary color
Monochromatic Colors of #8DE5CE
Black with #8DE5CE
Text Example
Text Example
White with #8DE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE5CE; }
p { color: rgb(141,229,206); }
H1.HeaderClassName
{
color: #8DE5CE;
}
.AnyTagClassName
{
color: #8DE5CE;
}
</style>
background-color css
<style>
a { background-color: #8DE5CE; }
a { background-color: rgb(141,229,206); }
div.DivClassName
{
background-color: #8DE5CE;
}
.BgClassName
{
background-color: #8DE5CE;
}
</style>
border-color css
<style>
span { border-color: #8DE5CE; }
span { border-color: rgb(141,229,206); }
td.TdClassName
{
border-color: #8DE5CE;
}
.TagClassName
{
border-color: #8DE5CE;
}
</style>