Shades of Riptide #8DE5DA
Tints of Riptide #8DE5DA
RGB
CMYK
RGB Variations
Color information
#8DE5DA (or 0x8DE5DA) is known color: Riptide. HEX triplet: 8D, E5 and DA. RGB value is (141,229,218). Sum of RGB (Red+Green+Blue) = 141+229+218=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE5DA is #721A25. Grayscale: #C9C9C9. Windows color (decimal): -7477798 or 14345613. OLE color: 14345613.
HSL color Cylindrical-coordinate representation of color #8DE5DA: hue angle of 172.5º 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 #8DE5DA is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 229 | 218 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.10 |
| HSL | 172.5º | 0.63% | 0.73% | - |
| HSV(B) | 172.5º | 0.38% | 0.9% | - |
| XYZ | 51.66 | 66.76 | 76.49 | - |
| YUV | 201.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 229 | 218 | 0.38 | 0 | 0.05 | 0.10 | 172.5 | 0.63 | 0.73 |
| Hex | 8D | E5 | DA | 26 | 0 | 5 | A | AC | 3F | 49 |
| Octal | 215 | 345 | 332 | 46 | 0 | 5 | 12 | 254 | 77 | 111 |
| Binary | 10001101 | 11100101 | 11011010 | 100110 | 0 | 101 | 1010 | 10101100 | 111111 | 1001001 |
Color Harmonies of #8DE5DA
Complementary color
Monochromatic Colors of #8DE5DA
Black with #8DE5DA
Text Example
Text Example
White with #8DE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE5DA; }
p { color: rgb(141,229,218); }
H1.HeaderClassName
{
color: #8DE5DA;
}
.AnyTagClassName
{
color: #8DE5DA;
}
</style>
background-color css
<style>
a { background-color: #8DE5DA; }
a { background-color: rgb(141,229,218); }
div.DivClassName
{
background-color: #8DE5DA;
}
.BgClassName
{
background-color: #8DE5DA;
}
</style>
border-color css
<style>
span { border-color: #8DE5DA; }
span { border-color: rgb(141,229,218); }
td.TdClassName
{
border-color: #8DE5DA;
}
.TagClassName
{
border-color: #8DE5DA;
}
</style>