Shades of Riptide #8ED9CF
Tints of Riptide #8ED9CF
RGB
CMYK
RGB Variations
Color information
#8ED9CF (or 0x8ED9CF) is known color: Riptide. HEX triplet: 8E, D9 and CF. RGB value is (142,217,207). Sum of RGB (Red+Green+Blue) = 142+217+207=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9CF is #712630. Grayscale: #C1C1C1. Windows color (decimal): -7415345 or 13621646. OLE color: 13621646.
HSL color Cylindrical-coordinate representation of color #8ED9CF: hue angle of 172º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED9CF is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 217 | 207 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.15 |
| HSL | 172º | 0.5% | 0.7% | - |
| HSV(B) | 172º | 0.35% | 0.85% | - |
| XYZ | 47.23 | 59.88 | 68.1 | - |
| YUV | 193.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 217 | 207 | 0.35 | 0 | 0.05 | 0.15 | 172 | 0.5 | 0.7 |
| Hex | 8E | D9 | CF | 23 | 0 | 5 | F | AC | 32 | 46 |
| Octal | 216 | 331 | 317 | 43 | 0 | 5 | 17 | 254 | 62 | 106 |
| Binary | 10001110 | 11011001 | 11001111 | 100011 | 0 | 101 | 1111 | 10101100 | 110010 | 1000110 |
Color Harmonies of #8ED9CF
Complementary color
Monochromatic Colors of #8ED9CF
Black with #8ED9CF
Text Example
Text Example
White with #8ED9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED9CF; }
p { color: rgb(142,217,207); }
H1.HeaderClassName
{
color: #8ED9CF;
}
.AnyTagClassName
{
color: #8ED9CF;
}
</style>
background-color css
<style>
a { background-color: #8ED9CF; }
a { background-color: rgb(142,217,207); }
div.DivClassName
{
background-color: #8ED9CF;
}
.BgClassName
{
background-color: #8ED9CF;
}
</style>
border-color css
<style>
span { border-color: #8ED9CF; }
span { border-color: rgb(142,217,207); }
td.TdClassName
{
border-color: #8ED9CF;
}
.TagClassName
{
border-color: #8ED9CF;
}
</style>