Shades of Riptide #8CE1DD
Tints of Riptide #8CE1DD
RGB
CMYK
RGB Variations
Color information
#8CE1DD (or 0x8CE1DD) is known color: Riptide. HEX triplet: 8C, E1 and DD. RGB value is (140,225,221). Sum of RGB (Red+Green+Blue) = 140+225+221=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE1DD is #731E22. Grayscale: #C7C7C7. Windows color (decimal): -7544355 or 14541196. OLE color: 14541196.
HSL color Cylindrical-coordinate representation of color #8CE1DD: hue angle of 177.18º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1DD is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 221 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.12 |
| HSL | 177.18º | 0.59% | 0.72% | - |
| HSV(B) | 177.18º | 0.38% | 0.88% | - |
| XYZ | 50.79 | 64.65 | 78.21 | - |
| YUV | 199.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 221 | 0.38 | 0 | 0.02 | 0.12 | 177.18 | 0.59 | 0.72 |
| Hex | 8C | E1 | DD | 26 | 0 | 2 | C | B1 | 3B | 48 |
| Octal | 214 | 341 | 335 | 46 | 0 | 2 | 14 | 261 | 73 | 110 |
| Binary | 10001100 | 11100001 | 11011101 | 100110 | 0 | 10 | 1100 | 10110001 | 111011 | 1001000 |
Color Harmonies of #8CE1DD
Complementary color
Monochromatic Colors of #8CE1DD
Black with #8CE1DD
Text Example
Text Example
White with #8CE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1DD; }
p { color: rgb(140,225,221); }
H1.HeaderClassName
{
color: #8CE1DD;
}
.AnyTagClassName
{
color: #8CE1DD;
}
</style>
background-color css
<style>
a { background-color: #8CE1DD; }
a { background-color: rgb(140,225,221); }
div.DivClassName
{
background-color: #8CE1DD;
}
.BgClassName
{
background-color: #8CE1DD;
}
</style>
border-color css
<style>
span { border-color: #8CE1DD; }
span { border-color: rgb(140,225,221); }
td.TdClassName
{
border-color: #8CE1DD;
}
.TagClassName
{
border-color: #8CE1DD;
}
</style>