Shades of Riptide #8DE0CE
Tints of Riptide #8DE0CE
RGB
CMYK
RGB Variations
Color information
#8DE0CE (or 0x8DE0CE) is known color: Riptide. HEX triplet: 8D, E0 and CE. RGB value is (141,224,206). Sum of RGB (Red+Green+Blue) = 141+224+206=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE0CE is #721F31. Grayscale: #C5C5C5. Windows color (decimal): -7479090 or 13557901. OLE color: 13557901.
HSL color Cylindrical-coordinate representation of color #8DE0CE: hue angle of 166.99º degrees, saturation: 0.57, 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 #8DE0CE is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 206 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.12 |
| HSL | 166.99º | 0.57% | 0.72% | - |
| HSV(B) | 166.99º | 0.37% | 0.88% | - |
| XYZ | 48.78 | 63.43 | 68.06 | - |
| YUV | 197.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 206 | 0.37 | 0 | 0.08 | 0.12 | 166.99 | 0.57 | 0.72 |
| Hex | 8D | E0 | CE | 25 | 0 | 8 | C | A7 | 39 | 48 |
| Octal | 215 | 340 | 316 | 45 | 0 | 10 | 14 | 247 | 71 | 110 |
| Binary | 10001101 | 11100000 | 11001110 | 100101 | 0 | 1000 | 1100 | 10100111 | 111001 | 1001000 |
Color Harmonies of #8DE0CE
Complementary color
Monochromatic Colors of #8DE0CE
Black with #8DE0CE
Text Example
Text Example
White with #8DE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0CE; }
p { color: rgb(141,224,206); }
H1.HeaderClassName
{
color: #8DE0CE;
}
.AnyTagClassName
{
color: #8DE0CE;
}
</style>
background-color css
<style>
a { background-color: #8DE0CE; }
a { background-color: rgb(141,224,206); }
div.DivClassName
{
background-color: #8DE0CE;
}
.BgClassName
{
background-color: #8DE0CE;
}
</style>
border-color css
<style>
span { border-color: #8DE0CE; }
span { border-color: rgb(141,224,206); }
td.TdClassName
{
border-color: #8DE0CE;
}
.TagClassName
{
border-color: #8DE0CE;
}
</style>