Shades of Riptide #8DEBCD
Tints of Riptide #8DEBCD
RGB
CMYK
RGB Variations
Color information
#8DEBCD (or 0x8DEBCD) is known color: Riptide. HEX triplet: 8D, EB and CD. RGB value is (141,235,205). Sum of RGB (Red+Green+Blue) = 141+235+205=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBCD is #721432. Grayscale: #CBCBCB. Windows color (decimal): -7476275 or 13495181. OLE color: 13495181.
HSL color Cylindrical-coordinate representation of color #8DEBCD: hue angle of 160.85º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBCD is Cyan = 0.4, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 205 | - |
| CMYK | 0.4 | 0 | 0.13 | 0.08 |
| HSL | 160.85º | 0.7% | 0.74% | - |
| HSV(B) | 160.85º | 0.4% | 0.92% | - |
| XYZ | 51.71 | 69.49 | 68.44 | - |
| YUV | 203.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 205 | 0.4 | 0 | 0.13 | 0.08 | 160.85 | 0.7 | 0.74 |
| Hex | 8D | EB | CD | 28 | 0 | D | 8 | A1 | 46 | 4A |
| Octal | 215 | 353 | 315 | 50 | 0 | 15 | 10 | 241 | 106 | 112 |
| Binary | 10001101 | 11101011 | 11001101 | 101000 | 0 | 1101 | 1000 | 10100001 | 1000110 | 1001010 |
Color Harmonies of #8DEBCD
Complementary color
Monochromatic Colors of #8DEBCD
Black with #8DEBCD
Text Example
Text Example
White with #8DEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBCD; }
p { color: rgb(141,235,205); }
H1.HeaderClassName
{
color: #8DEBCD;
}
.AnyTagClassName
{
color: #8DEBCD;
}
</style>
background-color css
<style>
a { background-color: #8DEBCD; }
a { background-color: rgb(141,235,205); }
div.DivClassName
{
background-color: #8DEBCD;
}
.BgClassName
{
background-color: #8DEBCD;
}
</style>
border-color css
<style>
span { border-color: #8DEBCD; }
span { border-color: rgb(141,235,205); }
td.TdClassName
{
border-color: #8DEBCD;
}
.TagClassName
{
border-color: #8DEBCD;
}
</style>