Shades of Riptide #8DDFD4
Tints of Riptide #8DDFD4
RGB
CMYK
RGB Variations
Color information
#8DDFD4 (or 0x8DDFD4) is known color: Riptide. HEX triplet: 8D, DF and D4. RGB value is (141,223,212). Sum of RGB (Red+Green+Blue) = 141+223+212=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDFD4 is #72202B. Grayscale: #C5C5C5. Windows color (decimal): -7479340 or 13950861. OLE color: 13950861.
HSL color Cylindrical-coordinate representation of color #8DDFD4: hue angle of 171.95º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDFD4 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 212 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.13 |
| HSL | 171.95º | 0.56% | 0.71% | - |
| HSV(B) | 171.95º | 0.37% | 0.87% | - |
| XYZ | 49.26 | 63.19 | 71.89 | - |
| YUV | 197.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 212 | 0.37 | 0 | 0.05 | 0.13 | 171.95 | 0.56 | 0.71 |
| Hex | 8D | DF | D4 | 25 | 0 | 5 | D | AC | 38 | 47 |
| Octal | 215 | 337 | 324 | 45 | 0 | 5 | 15 | 254 | 70 | 107 |
| Binary | 10001101 | 11011111 | 11010100 | 100101 | 0 | 101 | 1101 | 10101100 | 111000 | 1000111 |
Color Harmonies of #8DDFD4
Complementary color
Monochromatic Colors of #8DDFD4
Black with #8DDFD4
Text Example
Text Example
White with #8DDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFD4; }
p { color: rgb(141,223,212); }
H1.HeaderClassName
{
color: #8DDFD4;
}
.AnyTagClassName
{
color: #8DDFD4;
}
</style>
background-color css
<style>
a { background-color: #8DDFD4; }
a { background-color: rgb(141,223,212); }
div.DivClassName
{
background-color: #8DDFD4;
}
.BgClassName
{
background-color: #8DDFD4;
}
</style>
border-color css
<style>
span { border-color: #8DDFD4; }
span { border-color: rgb(141,223,212); }
td.TdClassName
{
border-color: #8DDFD4;
}
.TagClassName
{
border-color: #8DDFD4;
}
</style>