Shades of Riptide #8DEDCD
Tints of Riptide #8DEDCD
RGB
CMYK
RGB Variations
Color information
#8DEDCD (or 0x8DEDCD) is known color: Riptide. HEX triplet: 8D, ED and CD. RGB value is (141,237,205). Sum of RGB (Red+Green+Blue) = 141+237+205=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDCD is #721232. Grayscale: #CCCCCC. Windows color (decimal): -7475763 or 13495693. OLE color: 13495693.
HSL color Cylindrical-coordinate representation of color #8DEDCD: hue angle of 160º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEDCD is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 205 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.07 |
| HSL | 160º | 0.73% | 0.74% | - |
| HSV(B) | 160º | 0.41% | 0.93% | - |
| XYZ | 52.29 | 70.64 | 68.64 | - |
| YUV | 204.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 205 | 0.41 | 0 | 0.14 | 0.07 | 160 | 0.73 | 0.74 |
| Hex | 8D | ED | CD | 29 | 0 | E | 7 | A0 | 49 | 4A |
| Octal | 215 | 355 | 315 | 51 | 0 | 16 | 7 | 240 | 111 | 112 |
| Binary | 10001101 | 11101101 | 11001101 | 101001 | 0 | 1110 | 111 | 10100000 | 1001001 | 1001010 |
Color Harmonies of #8DEDCD
Complementary color
Monochromatic Colors of #8DEDCD
Black with #8DEDCD
Text Example
Text Example
White with #8DEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDCD; }
p { color: rgb(141,237,205); }
H1.HeaderClassName
{
color: #8DEDCD;
}
.AnyTagClassName
{
color: #8DEDCD;
}
</style>
background-color css
<style>
a { background-color: #8DEDCD; }
a { background-color: rgb(141,237,205); }
div.DivClassName
{
background-color: #8DEDCD;
}
.BgClassName
{
background-color: #8DEDCD;
}
</style>
border-color css
<style>
span { border-color: #8DEDCD; }
span { border-color: rgb(141,237,205); }
td.TdClassName
{
border-color: #8DEDCD;
}
.TagClassName
{
border-color: #8DEDCD;
}
</style>