Shades of Riptide #8DD0C7
Tints of Riptide #8DD0C7
RGB
CMYK
RGB Variations
Color information
#8DD0C7 (or 0x8DD0C7) is known color: Riptide. HEX triplet: 8D, D0 and C7. RGB value is (141,208,199). Sum of RGB (Red+Green+Blue) = 141+208+199=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD0C7 is #722F38. Grayscale: #BABABA. Windows color (decimal): -7483193 or 13095053. OLE color: 13095053.
HSL color Cylindrical-coordinate representation of color #8DD0C7: hue angle of 171.94º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0C7 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 199 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.18 |
| HSL | 171.94º | 0.42% | 0.68% | - |
| HSV(B) | 171.94º | 0.32% | 0.82% | - |
| XYZ | 43.85 | 54.9 | 62.32 | - |
| YUV | 186.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 199 | 0.32 | 0 | 0.04 | 0.18 | 171.94 | 0.42 | 0.68 |
| Hex | 8D | D0 | C7 | 20 | 0 | 4 | 12 | AC | 2A | 44 |
| Octal | 215 | 320 | 307 | 40 | 0 | 4 | 22 | 254 | 52 | 104 |
| Binary | 10001101 | 11010000 | 11000111 | 100000 | 0 | 100 | 10010 | 10101100 | 101010 | 1000100 |
Color Harmonies of #8DD0C7
Complementary color
Monochromatic Colors of #8DD0C7
Black with #8DD0C7
Text Example
Text Example
White with #8DD0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0C7; }
p { color: rgb(141,208,199); }
H1.HeaderClassName
{
color: #8DD0C7;
}
.AnyTagClassName
{
color: #8DD0C7;
}
</style>
background-color css
<style>
a { background-color: #8DD0C7; }
a { background-color: rgb(141,208,199); }
div.DivClassName
{
background-color: #8DD0C7;
}
.BgClassName
{
background-color: #8DD0C7;
}
</style>
border-color css
<style>
span { border-color: #8DD0C7; }
span { border-color: rgb(141,208,199); }
td.TdClassName
{
border-color: #8DD0C7;
}
.TagClassName
{
border-color: #8DD0C7;
}
</style>