Shades of Riptide #8DDBD4
Tints of Riptide #8DDBD4
RGB
CMYK
RGB Variations
Color information
#8DDBD4 (or 0x8DDBD4) is known color: Riptide. HEX triplet: 8D, DB and D4. RGB value is (141,219,212). Sum of RGB (Red+Green+Blue) = 141+219+212=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBD4 is #72242B. Grayscale: #C2C2C2. Windows color (decimal): -7480364 or 13949837. OLE color: 13949837.
HSL color Cylindrical-coordinate representation of color #8DDBD4: hue angle of 174.62º 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 #8DDBD4 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 212 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.14 |
| HSL | 174.62º | 0.52% | 0.71% | - |
| HSV(B) | 174.62º | 0.36% | 0.86% | - |
| XYZ | 48.2 | 61.08 | 71.54 | - |
| YUV | 194.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 212 | 0.36 | 0 | 0.03 | 0.14 | 174.62 | 0.52 | 0.71 |
| Hex | 8D | DB | D4 | 24 | 0 | 3 | E | AF | 34 | 47 |
| Octal | 215 | 333 | 324 | 44 | 0 | 3 | 16 | 257 | 64 | 107 |
| Binary | 10001101 | 11011011 | 11010100 | 100100 | 0 | 11 | 1110 | 10101111 | 110100 | 1000111 |
Color Harmonies of #8DDBD4
Complementary color
Monochromatic Colors of #8DDBD4
Black with #8DDBD4
Text Example
Text Example
White with #8DDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBD4; }
p { color: rgb(141,219,212); }
H1.HeaderClassName
{
color: #8DDBD4;
}
.AnyTagClassName
{
color: #8DDBD4;
}
</style>
background-color css
<style>
a { background-color: #8DDBD4; }
a { background-color: rgb(141,219,212); }
div.DivClassName
{
background-color: #8DDBD4;
}
.BgClassName
{
background-color: #8DDBD4;
}
</style>
border-color css
<style>
span { border-color: #8DDBD4; }
span { border-color: rgb(141,219,212); }
td.TdClassName
{
border-color: #8DDBD4;
}
.TagClassName
{
border-color: #8DDBD4;
}
</style>