Shades of Riptide #8DD8C7
Tints of Riptide #8DD8C7
RGB
CMYK
RGB Variations
Color information
#8DD8C7 (or 0x8DD8C7) is known color: Riptide. HEX triplet: 8D, D8 and C7. RGB value is (141,216,199). Sum of RGB (Red+Green+Blue) = 141+216+199=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8C7 is #722738. Grayscale: #BFBFBF. Windows color (decimal): -7481145 or 13097101. OLE color: 13097101.
HSL color Cylindrical-coordinate representation of color #8DD8C7: hue angle of 166.4º 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 #8DD8C7 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 199 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.15 |
| HSL | 166.4º | 0.49% | 0.7% | - |
| HSV(B) | 166.4º | 0.35% | 0.85% | - |
| XYZ | 45.85 | 58.9 | 62.98 | - |
| YUV | 191.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 199 | 0.35 | 0 | 0.08 | 0.15 | 166.4 | 0.49 | 0.7 |
| Hex | 8D | D8 | C7 | 23 | 0 | 8 | F | A6 | 31 | 46 |
| Octal | 215 | 330 | 307 | 43 | 0 | 10 | 17 | 246 | 61 | 106 |
| Binary | 10001101 | 11011000 | 11000111 | 100011 | 0 | 1000 | 1111 | 10100110 | 110001 | 1000110 |
Color Harmonies of #8DD8C7
Complementary color
Monochromatic Colors of #8DD8C7
Black with #8DD8C7
Text Example
Text Example
White with #8DD8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8C7; }
p { color: rgb(141,216,199); }
H1.HeaderClassName
{
color: #8DD8C7;
}
.AnyTagClassName
{
color: #8DD8C7;
}
</style>
background-color css
<style>
a { background-color: #8DD8C7; }
a { background-color: rgb(141,216,199); }
div.DivClassName
{
background-color: #8DD8C7;
}
.BgClassName
{
background-color: #8DD8C7;
}
</style>
border-color css
<style>
span { border-color: #8DD8C7; }
span { border-color: rgb(141,216,199); }
td.TdClassName
{
border-color: #8DD8C7;
}
.TagClassName
{
border-color: #8DD8C7;
}
</style>