Shades of Riptide #8CE8D6
Tints of Riptide #8CE8D6
RGB
CMYK
RGB Variations
Color information
#8CE8D6 (or 0x8CE8D6) is known color: Riptide. HEX triplet: 8C, E8 and D6. RGB value is (140,232,214). Sum of RGB (Red+Green+Blue) = 140+232+214=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8D6 is #731729. Grayscale: #CACACA. Windows color (decimal): -7542570 or 14084236. OLE color: 14084236.
HSL color Cylindrical-coordinate representation of color #8CE8D6: hue angle of 168.26º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE8D6 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 214 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.09 |
| HSL | 168.26º | 0.67% | 0.73% | - |
| HSV(B) | 168.26º | 0.4% | 0.91% | - |
| XYZ | 51.81 | 68.14 | 74.04 | - |
| YUV | 202.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 214 | 0.40 | 0 | 0.08 | 0.09 | 168.26 | 0.67 | 0.73 |
| Hex | 8C | E8 | D6 | 28 | 0 | 8 | 9 | A8 | 43 | 49 |
| Octal | 214 | 350 | 326 | 50 | 0 | 10 | 11 | 250 | 103 | 111 |
| Binary | 10001100 | 11101000 | 11010110 | 101000 | 0 | 1000 | 1001 | 10101000 | 1000011 | 1001001 |
Color Harmonies of #8CE8D6
Complementary color
Monochromatic Colors of #8CE8D6
Black with #8CE8D6
Text Example
Text Example
White with #8CE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE8D6; }
p { color: rgb(140,232,214); }
H1.HeaderClassName
{
color: #8CE8D6;
}
.AnyTagClassName
{
color: #8CE8D6;
}
</style>
background-color css
<style>
a { background-color: #8CE8D6; }
a { background-color: rgb(140,232,214); }
div.DivClassName
{
background-color: #8CE8D6;
}
.BgClassName
{
background-color: #8CE8D6;
}
</style>
border-color css
<style>
span { border-color: #8CE8D6; }
span { border-color: rgb(140,232,214); }
td.TdClassName
{
border-color: #8CE8D6;
}
.TagClassName
{
border-color: #8CE8D6;
}
</style>