Shades of Riptide #8DDAC4
Tints of Riptide #8DDAC4
RGB
CMYK
RGB Variations
Color information
#8DDAC4 (or 0x8DDAC4) is known color: Riptide. HEX triplet: 8D, DA and C4. RGB value is (141,218,196). Sum of RGB (Red+Green+Blue) = 141+218+196=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAC4 is #72253B. Grayscale: #C0C0C0. Windows color (decimal): -7480636 or 12901005. OLE color: 12901005.
HSL color Cylindrical-coordinate representation of color #8DDAC4: hue angle of 162.86º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDAC4 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 196 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.15 |
| HSL | 162.86º | 0.51% | 0.7% | - |
| HSV(B) | 162.86º | 0.35% | 0.85% | - |
| XYZ | 46.02 | 59.79 | 61.34 | - |
| YUV | 192.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 196 | 0.35 | 0 | 0.10 | 0.15 | 162.86 | 0.51 | 0.7 |
| Hex | 8D | DA | C4 | 23 | 0 | A | F | A3 | 33 | 46 |
| Octal | 215 | 332 | 304 | 43 | 0 | 12 | 17 | 243 | 63 | 106 |
| Binary | 10001101 | 11011010 | 11000100 | 100011 | 0 | 1010 | 1111 | 10100011 | 110011 | 1000110 |
Color Harmonies of #8DDAC4
Complementary color
Monochromatic Colors of #8DDAC4
Black with #8DDAC4
Text Example
Text Example
White with #8DDAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDAC4; }
p { color: rgb(141,218,196); }
H1.HeaderClassName
{
color: #8DDAC4;
}
.AnyTagClassName
{
color: #8DDAC4;
}
</style>
background-color css
<style>
a { background-color: #8DDAC4; }
a { background-color: rgb(141,218,196); }
div.DivClassName
{
background-color: #8DDAC4;
}
.BgClassName
{
background-color: #8DDAC4;
}
</style>
border-color css
<style>
span { border-color: #8DDAC4; }
span { border-color: rgb(141,218,196); }
td.TdClassName
{
border-color: #8DDAC4;
}
.TagClassName
{
border-color: #8DDAC4;
}
</style>