Shades of Riptide #8DE5C8
Tints of Riptide #8DE5C8
RGB
CMYK
RGB Variations
Color information
#8DE5C8 (or 0x8DE5C8) is known color: Riptide. HEX triplet: 8D, E5 and C8. RGB value is (141,229,200). Sum of RGB (Red+Green+Blue) = 141+229+200=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE5C8 is #721A37. Grayscale: #C7C7C7. Windows color (decimal): -7477816 or 13165965. OLE color: 13165965.
HSL color Cylindrical-coordinate representation of color #8DE5C8: hue angle of 160.23º 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 #8DE5C8 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 229 | 200 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.10 |
| HSL | 160.23º | 0.63% | 0.73% | - |
| HSV(B) | 160.23º | 0.38% | 0.9% | - |
| XYZ | 49.43 | 65.87 | 64.75 | - |
| YUV | 199.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 229 | 200 | 0.38 | 0 | 0.13 | 0.10 | 160.23 | 0.63 | 0.73 |
| Hex | 8D | E5 | C8 | 26 | 0 | D | A | A0 | 3F | 49 |
| Octal | 215 | 345 | 310 | 46 | 0 | 15 | 12 | 240 | 77 | 111 |
| Binary | 10001101 | 11100101 | 11001000 | 100110 | 0 | 1101 | 1010 | 10100000 | 111111 | 1001001 |
Color Harmonies of #8DE5C8
Complementary color
Monochromatic Colors of #8DE5C8
Black with #8DE5C8
Text Example
Text Example
White with #8DE5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE5C8; }
p { color: rgb(141,229,200); }
H1.HeaderClassName
{
color: #8DE5C8;
}
.AnyTagClassName
{
color: #8DE5C8;
}
</style>
background-color css
<style>
a { background-color: #8DE5C8; }
a { background-color: rgb(141,229,200); }
div.DivClassName
{
background-color: #8DE5C8;
}
.BgClassName
{
background-color: #8DE5C8;
}
</style>
border-color css
<style>
span { border-color: #8DE5C8; }
span { border-color: rgb(141,229,200); }
td.TdClassName
{
border-color: #8DE5C8;
}
.TagClassName
{
border-color: #8DE5C8;
}
</style>