Shades of Riptide #8DE9E0
Tints of Riptide #8DE9E0
RGB
CMYK
RGB Variations
Color information
#8DE9E0 (or 0x8DE9E0) is known color: Riptide. HEX triplet: 8D, E9 and E0. RGB value is (141,233,224). Sum of RGB (Red+Green+Blue) = 141+233+224=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE9E0 is #72161F. Grayscale: #CCCCCC. Windows color (decimal): -7476768 or 14739853. OLE color: 14739853.
HSL color Cylindrical-coordinate representation of color #8DE9E0: hue angle of 174.13º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE9E0 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 224 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.09 |
| HSL | 174.13º | 0.68% | 0.73% | - |
| HSV(B) | 174.13º | 0.39% | 0.91% | - |
| XYZ | 53.58 | 69.32 | 81.08 | - |
| YUV | 204.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 224 | 0.39 | 0 | 0.04 | 0.09 | 174.13 | 0.68 | 0.73 |
| Hex | 8D | E9 | E0 | 27 | 0 | 4 | 9 | AE | 44 | 49 |
| Octal | 215 | 351 | 340 | 47 | 0 | 4 | 11 | 256 | 104 | 111 |
| Binary | 10001101 | 11101001 | 11100000 | 100111 | 0 | 100 | 1001 | 10101110 | 1000100 | 1001001 |
Color Harmonies of #8DE9E0
Complementary color
Monochromatic Colors of #8DE9E0
Black with #8DE9E0
Text Example
Text Example
White with #8DE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE9E0; }
p { color: rgb(141,233,224); }
H1.HeaderClassName
{
color: #8DE9E0;
}
.AnyTagClassName
{
color: #8DE9E0;
}
</style>
background-color css
<style>
a { background-color: #8DE9E0; }
a { background-color: rgb(141,233,224); }
div.DivClassName
{
background-color: #8DE9E0;
}
.BgClassName
{
background-color: #8DE9E0;
}
</style>
border-color css
<style>
span { border-color: #8DE9E0; }
span { border-color: rgb(141,233,224); }
td.TdClassName
{
border-color: #8DE9E0;
}
.TagClassName
{
border-color: #8DE9E0;
}
</style>