Shades of Riptide #8CE1C0
Tints of Riptide #8CE1C0
RGB
CMYK
RGB Variations
Color information
#8CE1C0 (or 0x8CE1C0) is known color: Riptide. HEX triplet: 8C, E1 and C0. RGB value is (140,225,192). Sum of RGB (Red+Green+Blue) = 140+225+192=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE1C0 is #731E3F. Grayscale: #C3C3C3. Windows color (decimal): -7544384 or 12640652. OLE color: 12640652.
HSL color Cylindrical-coordinate representation of color #8CE1C0: hue angle of 156.71º 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 #8CE1C0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 192 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.12 |
| HSL | 156.71º | 0.59% | 0.72% | - |
| HSV(B) | 156.71º | 0.38% | 0.88% | - |
| XYZ | 47.25 | 63.23 | 59.58 | - |
| YUV | 195.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 192 | 0.38 | 0 | 0.15 | 0.12 | 156.71 | 0.59 | 0.72 |
| Hex | 8C | E1 | C0 | 26 | 0 | F | C | 9D | 3B | 48 |
| Octal | 214 | 341 | 300 | 46 | 0 | 17 | 14 | 235 | 73 | 110 |
| Binary | 10001100 | 11100001 | 11000000 | 100110 | 0 | 1111 | 1100 | 10011101 | 111011 | 1001000 |
Color Harmonies of #8CE1C0
Complementary color
Monochromatic Colors of #8CE1C0
Black with #8CE1C0
Text Example
Text Example
White with #8CE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1C0; }
p { color: rgb(140,225,192); }
H1.HeaderClassName
{
color: #8CE1C0;
}
.AnyTagClassName
{
color: #8CE1C0;
}
</style>
background-color css
<style>
a { background-color: #8CE1C0; }
a { background-color: rgb(140,225,192); }
div.DivClassName
{
background-color: #8CE1C0;
}
.BgClassName
{
background-color: #8CE1C0;
}
</style>
border-color css
<style>
span { border-color: #8CE1C0; }
span { border-color: rgb(140,225,192); }
td.TdClassName
{
border-color: #8CE1C0;
}
.TagClassName
{
border-color: #8CE1C0;
}
</style>