Shades of Riptide #8DE0C2
Tints of Riptide #8DE0C2
RGB
CMYK
RGB Variations
Color information
#8DE0C2 (or 0x8DE0C2) is known color: Riptide. HEX triplet: 8D, E0 and C2. RGB value is (141,224,194). Sum of RGB (Red+Green+Blue) = 141+224+194=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE0C2 is #721F3D. Grayscale: #C3C3C3. Windows color (decimal): -7479102 or 12771469. OLE color: 12771469.
HSL color Cylindrical-coordinate representation of color #8DE0C2: hue angle of 158.31º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE0C2 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 194 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.12 |
| HSL | 158.31º | 0.57% | 0.72% | - |
| HSV(B) | 158.31º | 0.37% | 0.88% | - |
| XYZ | 47.38 | 62.87 | 60.68 | - |
| YUV | 195.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 194 | 0.37 | 0 | 0.13 | 0.12 | 158.31 | 0.57 | 0.72 |
| Hex | 8D | E0 | C2 | 25 | 0 | D | C | 9E | 39 | 48 |
| Octal | 215 | 340 | 302 | 45 | 0 | 15 | 14 | 236 | 71 | 110 |
| Binary | 10001101 | 11100000 | 11000010 | 100101 | 0 | 1101 | 1100 | 10011110 | 111001 | 1001000 |
Color Harmonies of #8DE0C2
Complementary color
Monochromatic Colors of #8DE0C2
Black with #8DE0C2
Text Example
Text Example
White with #8DE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0C2; }
p { color: rgb(141,224,194); }
H1.HeaderClassName
{
color: #8DE0C2;
}
.AnyTagClassName
{
color: #8DE0C2;
}
</style>
background-color css
<style>
a { background-color: #8DE0C2; }
a { background-color: rgb(141,224,194); }
div.DivClassName
{
background-color: #8DE0C2;
}
.BgClassName
{
background-color: #8DE0C2;
}
</style>
border-color css
<style>
span { border-color: #8DE0C2; }
span { border-color: rgb(141,224,194); }
td.TdClassName
{
border-color: #8DE0C2;
}
.TagClassName
{
border-color: #8DE0C2;
}
</style>