Shades of Riptide #8DE1DB
Tints of Riptide #8DE1DB
RGB
CMYK
RGB Variations
Color information
#8DE1DB (or 0x8DE1DB) is known color: Riptide. HEX triplet: 8D, E1 and DB. RGB value is (141,225,219). Sum of RGB (Red+Green+Blue) = 141+225+219=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1DB is #721E24. Grayscale: #C7C7C7. Windows color (decimal): -7478821 or 14410125. OLE color: 14410125.
HSL color Cylindrical-coordinate representation of color #8DE1DB: hue angle of 175.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1DB is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 219 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.12 |
| HSL | 175.71º | 0.58% | 0.72% | - |
| HSV(B) | 175.71º | 0.37% | 0.88% | - |
| XYZ | 50.7 | 64.63 | 76.82 | - |
| YUV | 199.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 219 | 0.37 | 0 | 0.03 | 0.12 | 175.71 | 0.58 | 0.72 |
| Hex | 8D | E1 | DB | 25 | 0 | 3 | C | B0 | 3A | 48 |
| Octal | 215 | 341 | 333 | 45 | 0 | 3 | 14 | 260 | 72 | 110 |
| Binary | 10001101 | 11100001 | 11011011 | 100101 | 0 | 11 | 1100 | 10110000 | 111010 | 1001000 |
Color Harmonies of #8DE1DB
Complementary color
Monochromatic Colors of #8DE1DB
Black with #8DE1DB
Text Example
Text Example
White with #8DE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1DB; }
p { color: rgb(141,225,219); }
H1.HeaderClassName
{
color: #8DE1DB;
}
.AnyTagClassName
{
color: #8DE1DB;
}
</style>
background-color css
<style>
a { background-color: #8DE1DB; }
a { background-color: rgb(141,225,219); }
div.DivClassName
{
background-color: #8DE1DB;
}
.BgClassName
{
background-color: #8DE1DB;
}
</style>
border-color css
<style>
span { border-color: #8DE1DB; }
span { border-color: rgb(141,225,219); }
td.TdClassName
{
border-color: #8DE1DB;
}
.TagClassName
{
border-color: #8DE1DB;
}
</style>