Shades of Riptide #8DE1DA
Tints of Riptide #8DE1DA
RGB
CMYK
RGB Variations
Color information
#8DE1DA (or 0x8DE1DA) is known color: Riptide. HEX triplet: 8D, E1 and DA. RGB value is (141,225,218). Sum of RGB (Red+Green+Blue) = 141+225+218=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1DA is #721E25. Grayscale: #C7C7C7. Windows color (decimal): -7478822 or 14344589. OLE color: 14344589.
HSL color Cylindrical-coordinate representation of color #8DE1DA: hue angle of 175º 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 #8DE1DA is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 218 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.12 |
| HSL | 175º | 0.58% | 0.72% | - |
| HSV(B) | 175º | 0.37% | 0.88% | - |
| XYZ | 50.56 | 64.58 | 76.13 | - |
| YUV | 199.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 218 | 0.37 | 0 | 0.03 | 0.12 | 175 | 0.58 | 0.72 |
| Hex | 8D | E1 | DA | 25 | 0 | 3 | C | AF | 3A | 48 |
| Octal | 215 | 341 | 332 | 45 | 0 | 3 | 14 | 257 | 72 | 110 |
| Binary | 10001101 | 11100001 | 11011010 | 100101 | 0 | 11 | 1100 | 10101111 | 111010 | 1001000 |
Color Harmonies of #8DE1DA
Complementary color
Monochromatic Colors of #8DE1DA
Black with #8DE1DA
Text Example
Text Example
White with #8DE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1DA; }
p { color: rgb(141,225,218); }
H1.HeaderClassName
{
color: #8DE1DA;
}
.AnyTagClassName
{
color: #8DE1DA;
}
</style>
background-color css
<style>
a { background-color: #8DE1DA; }
a { background-color: rgb(141,225,218); }
div.DivClassName
{
background-color: #8DE1DA;
}
.BgClassName
{
background-color: #8DE1DA;
}
</style>
border-color css
<style>
span { border-color: #8DE1DA; }
span { border-color: rgb(141,225,218); }
td.TdClassName
{
border-color: #8DE1DA;
}
.TagClassName
{
border-color: #8DE1DA;
}
</style>