Shades of Riptide #8DDBC5
Tints of Riptide #8DDBC5
RGB
CMYK
RGB Variations
Color information
#8DDBC5 (or 0x8DDBC5) is known color: Riptide. HEX triplet: 8D, DB and C5. RGB value is (141,219,197). Sum of RGB (Red+Green+Blue) = 141+219+197=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBC5 is #72243A. Grayscale: #C1C1C1. Windows color (decimal): -7480379 or 12966797. OLE color: 12966797.
HSL color Cylindrical-coordinate representation of color #8DDBC5: hue angle of 163.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBC5 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 197 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.14 |
| HSL | 163.08º | 0.52% | 0.71% | - |
| HSV(B) | 163.08º | 0.36% | 0.86% | - |
| XYZ | 46.39 | 60.36 | 62.03 | - |
| YUV | 193.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 197 | 0.36 | 0 | 0.10 | 0.14 | 163.08 | 0.52 | 0.71 |
| Hex | 8D | DB | C5 | 24 | 0 | A | E | A3 | 34 | 47 |
| Octal | 215 | 333 | 305 | 44 | 0 | 12 | 16 | 243 | 64 | 107 |
| Binary | 10001101 | 11011011 | 11000101 | 100100 | 0 | 1010 | 1110 | 10100011 | 110100 | 1000111 |
Color Harmonies of #8DDBC5
Complementary color
Monochromatic Colors of #8DDBC5
Black with #8DDBC5
Text Example
Text Example
White with #8DDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBC5; }
p { color: rgb(141,219,197); }
H1.HeaderClassName
{
color: #8DDBC5;
}
.AnyTagClassName
{
color: #8DDBC5;
}
</style>
background-color css
<style>
a { background-color: #8DDBC5; }
a { background-color: rgb(141,219,197); }
div.DivClassName
{
background-color: #8DDBC5;
}
.BgClassName
{
background-color: #8DDBC5;
}
</style>
border-color css
<style>
span { border-color: #8DDBC5; }
span { border-color: rgb(141,219,197); }
td.TdClassName
{
border-color: #8DDBC5;
}
.TagClassName
{
border-color: #8DDBC5;
}
</style>