Shades of Riptide #8DE5CD
Tints of Riptide #8DE5CD
RGB
CMYK
RGB Variations
Color information
#8DE5CD (or 0x8DE5CD) is known color: Riptide. HEX triplet: 8D, E5 and CD. RGB value is (141,229,205). Sum of RGB (Red+Green+Blue) = 141+229+205=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE5CD is #721A32. Grayscale: #C7C7C7. Windows color (decimal): -7477811 or 13493645. OLE color: 13493645.
HSL color Cylindrical-coordinate representation of color #8DE5CD: hue angle of 163.64º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE5CD is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 229 | 205 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.10 |
| HSL | 163.64º | 0.63% | 0.73% | - |
| HSV(B) | 163.64º | 0.38% | 0.9% | - |
| XYZ | 50.02 | 66.11 | 67.88 | - |
| YUV | 199.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 229 | 205 | 0.38 | 0 | 0.10 | 0.10 | 163.64 | 0.63 | 0.73 |
| Hex | 8D | E5 | CD | 26 | 0 | A | A | A4 | 3F | 49 |
| Octal | 215 | 345 | 315 | 46 | 0 | 12 | 12 | 244 | 77 | 111 |
| Binary | 10001101 | 11100101 | 11001101 | 100110 | 0 | 1010 | 1010 | 10100100 | 111111 | 1001001 |
Color Harmonies of #8DE5CD
Complementary color
Monochromatic Colors of #8DE5CD
Black with #8DE5CD
Text Example
Text Example
White with #8DE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE5CD; }
p { color: rgb(141,229,205); }
H1.HeaderClassName
{
color: #8DE5CD;
}
.AnyTagClassName
{
color: #8DE5CD;
}
</style>
background-color css
<style>
a { background-color: #8DE5CD; }
a { background-color: rgb(141,229,205); }
div.DivClassName
{
background-color: #8DE5CD;
}
.BgClassName
{
background-color: #8DE5CD;
}
</style>
border-color css
<style>
span { border-color: #8DE5CD; }
span { border-color: rgb(141,229,205); }
td.TdClassName
{
border-color: #8DE5CD;
}
.TagClassName
{
border-color: #8DE5CD;
}
</style>