Shades of Riptide #8DE1CF
Tints of Riptide #8DE1CF
RGB
CMYK
RGB Variations
Color information
#8DE1CF (or 0x8DE1CF) is known color: Riptide. HEX triplet: 8D, E1 and CF. RGB value is (141,225,207). Sum of RGB (Red+Green+Blue) = 141+225+207=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1CF is #721E30. Grayscale: #C5C5C5. Windows color (decimal): -7478833 or 13623693. OLE color: 13623693.
HSL color Cylindrical-coordinate representation of color #8DE1CF: hue angle of 167.14º 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 #8DE1CF is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 207 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.12 |
| HSL | 167.14º | 0.58% | 0.72% | - |
| HSV(B) | 167.14º | 0.37% | 0.88% | - |
| XYZ | 49.17 | 64.02 | 68.8 | - |
| YUV | 197.83 | 133.17 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 207 | 0.37 | 0 | 0.08 | 0.12 | 167.14 | 0.58 | 0.72 |
| Hex | 8D | E1 | CF | 25 | 0 | 8 | C | A7 | 3A | 48 |
| Octal | 215 | 341 | 317 | 45 | 0 | 10 | 14 | 247 | 72 | 110 |
| Binary | 10001101 | 11100001 | 11001111 | 100101 | 0 | 1000 | 1100 | 10100111 | 111010 | 1001000 |
Color Harmonies of #8DE1CF
Complementary color
Monochromatic Colors of #8DE1CF
Black with #8DE1CF
Text Example
Text Example
White with #8DE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1CF; }
p { color: rgb(141,225,207); }
H1.HeaderClassName
{
color: #8DE1CF;
}
.AnyTagClassName
{
color: #8DE1CF;
}
</style>
background-color css
<style>
a { background-color: #8DE1CF; }
a { background-color: rgb(141,225,207); }
div.DivClassName
{
background-color: #8DE1CF;
}
.BgClassName
{
background-color: #8DE1CF;
}
</style>
border-color css
<style>
span { border-color: #8DE1CF; }
span { border-color: rgb(141,225,207); }
td.TdClassName
{
border-color: #8DE1CF;
}
.TagClassName
{
border-color: #8DE1CF;
}
</style>