Shades of Riptide #8DE5DB
Tints of Riptide #8DE5DB
RGB
CMYK
RGB Variations
Color information
#8DE5DB (or 0x8DE5DB) is known color: Riptide. HEX triplet: 8D, E5 and DB. RGB value is (141,229,219). Sum of RGB (Red+Green+Blue) = 141+229+219=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE5DB is #721A24. Grayscale: #C9C9C9. Windows color (decimal): -7477797 or 14411149. OLE color: 14411149.
HSL color Cylindrical-coordinate representation of color #8DE5DB: hue angle of 173.18º 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 #8DE5DB is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 229 | 219 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.10 |
| HSL | 173.18º | 0.63% | 0.73% | - |
| HSV(B) | 173.18º | 0.38% | 0.9% | - |
| XYZ | 51.79 | 66.82 | 77.18 | - |
| YUV | 201.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 229 | 219 | 0.38 | 0 | 0.04 | 0.10 | 173.18 | 0.63 | 0.73 |
| Hex | 8D | E5 | DB | 26 | 0 | 4 | A | AD | 3F | 49 |
| Octal | 215 | 345 | 333 | 46 | 0 | 4 | 12 | 255 | 77 | 111 |
| Binary | 10001101 | 11100101 | 11011011 | 100110 | 0 | 100 | 1010 | 10101101 | 111111 | 1001001 |
Color Harmonies of #8DE5DB
Complementary color
Monochromatic Colors of #8DE5DB
Black with #8DE5DB
Text Example
Text Example
White with #8DE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE5DB; }
p { color: rgb(141,229,219); }
H1.HeaderClassName
{
color: #8DE5DB;
}
.AnyTagClassName
{
color: #8DE5DB;
}
</style>
background-color css
<style>
a { background-color: #8DE5DB; }
a { background-color: rgb(141,229,219); }
div.DivClassName
{
background-color: #8DE5DB;
}
.BgClassName
{
background-color: #8DE5DB;
}
</style>
border-color css
<style>
span { border-color: #8DE5DB; }
span { border-color: rgb(141,229,219); }
td.TdClassName
{
border-color: #8DE5DB;
}
.TagClassName
{
border-color: #8DE5DB;
}
</style>