Shades of Riptide #8DDEBF
Tints of Riptide #8DDEBF
RGB
CMYK
RGB Variations
Color information
#8DDEBF (or 0x8DDEBF) is known color: Riptide. HEX triplet: 8D, DE and BF. RGB value is (141,222,191). Sum of RGB (Red+Green+Blue) = 141+222+191=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDEBF is #722140. Grayscale: #C2C2C2. Windows color (decimal): -7479617 or 12574349. OLE color: 12574349.
HSL color Cylindrical-coordinate representation of color #8DDEBF: hue angle of 157.04º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDEBF is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 191 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.13 |
| HSL | 157.04º | 0.55% | 0.71% | - |
| HSV(B) | 157.04º | 0.36% | 0.87% | - |
| XYZ | 46.51 | 61.67 | 58.74 | - |
| YUV | 194.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 191 | 0.36 | 0 | 0.14 | 0.13 | 157.04 | 0.55 | 0.71 |
| Hex | 8D | DE | BF | 24 | 0 | E | D | 9D | 37 | 47 |
| Octal | 215 | 336 | 277 | 44 | 0 | 16 | 15 | 235 | 67 | 107 |
| Binary | 10001101 | 11011110 | 10111111 | 100100 | 0 | 1110 | 1101 | 10011101 | 110111 | 1000111 |
Color Harmonies of #8DDEBF
Complementary color
Monochromatic Colors of #8DDEBF
Black with #8DDEBF
Text Example
Text Example
White with #8DDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEBF; }
p { color: rgb(141,222,191); }
H1.HeaderClassName
{
color: #8DDEBF;
}
.AnyTagClassName
{
color: #8DDEBF;
}
</style>
background-color css
<style>
a { background-color: #8DDEBF; }
a { background-color: rgb(141,222,191); }
div.DivClassName
{
background-color: #8DDEBF;
}
.BgClassName
{
background-color: #8DDEBF;
}
</style>
border-color css
<style>
span { border-color: #8DDEBF; }
span { border-color: rgb(141,222,191); }
td.TdClassName
{
border-color: #8DDEBF;
}
.TagClassName
{
border-color: #8DDEBF;
}
</style>