Shades of Riptide #8DD8D0
Tints of Riptide #8DD8D0
RGB
CMYK
RGB Variations
Color information
#8DD8D0 (or 0x8DD8D0) is known color: Riptide. HEX triplet: 8D, D8 and D0. RGB value is (141,216,208). Sum of RGB (Red+Green+Blue) = 141+216+208=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8D0 is #72272F. Grayscale: #C0C0C0. Windows color (decimal): -7481136 or 13686925. OLE color: 13686925.
HSL color Cylindrical-coordinate representation of color #8DD8D0: hue angle of 173.6º degrees, saturation: 0.49, 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 #8DD8D0 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 208 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.15 |
| HSL | 173.6º | 0.49% | 0.7% | - |
| HSV(B) | 173.6º | 0.35% | 0.85% | - |
| XYZ | 46.93 | 59.33 | 68.65 | - |
| YUV | 192.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 208 | 0.35 | 0 | 0.04 | 0.15 | 173.6 | 0.49 | 0.7 |
| Hex | 8D | D8 | D0 | 23 | 0 | 4 | F | AE | 31 | 46 |
| Octal | 215 | 330 | 320 | 43 | 0 | 4 | 17 | 256 | 61 | 106 |
| Binary | 10001101 | 11011000 | 11010000 | 100011 | 0 | 100 | 1111 | 10101110 | 110001 | 1000110 |
Color Harmonies of #8DD8D0
Complementary color
Monochromatic Colors of #8DD8D0
Black with #8DD8D0
Text Example
Text Example
White with #8DD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8D0; }
p { color: rgb(141,216,208); }
H1.HeaderClassName
{
color: #8DD8D0;
}
.AnyTagClassName
{
color: #8DD8D0;
}
</style>
background-color css
<style>
a { background-color: #8DD8D0; }
a { background-color: rgb(141,216,208); }
div.DivClassName
{
background-color: #8DD8D0;
}
.BgClassName
{
background-color: #8DD8D0;
}
</style>
border-color css
<style>
span { border-color: #8DD8D0; }
span { border-color: rgb(141,216,208); }
td.TdClassName
{
border-color: #8DD8D0;
}
.TagClassName
{
border-color: #8DD8D0;
}
</style>