Shades of Riptide #8CE3BF
Tints of Riptide #8CE3BF
RGB
CMYK
RGB Variations
Color information
#8CE3BF (or 0x8CE3BF) is known color: Riptide. HEX triplet: 8C, E3 and BF. RGB value is (140,227,191). Sum of RGB (Red+Green+Blue) = 140+227+191=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE3BF is #731C40. Grayscale: #C4C4C4. Windows color (decimal): -7543873 or 12575628. OLE color: 12575628.
HSL color Cylindrical-coordinate representation of color #8CE3BF: hue angle of 155.17º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE3BF is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 191 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.11 |
| HSL | 155.17º | 0.61% | 0.72% | - |
| HSV(B) | 155.17º | 0.38% | 0.89% | - |
| XYZ | 47.69 | 64.28 | 59.18 | - |
| YUV | 196.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 191 | 0.38 | 0 | 0.16 | 0.11 | 155.17 | 0.61 | 0.72 |
| Hex | 8C | E3 | BF | 26 | 0 | 10 | B | 9B | 3D | 48 |
| Octal | 214 | 343 | 277 | 46 | 0 | 20 | 13 | 233 | 75 | 110 |
| Binary | 10001100 | 11100011 | 10111111 | 100110 | 0 | 10000 | 1011 | 10011011 | 111101 | 1001000 |
Color Harmonies of #8CE3BF
Complementary color
Monochromatic Colors of #8CE3BF
Black with #8CE3BF
Text Example
Text Example
White with #8CE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE3BF; }
p { color: rgb(140,227,191); }
H1.HeaderClassName
{
color: #8CE3BF;
}
.AnyTagClassName
{
color: #8CE3BF;
}
</style>
background-color css
<style>
a { background-color: #8CE3BF; }
a { background-color: rgb(140,227,191); }
div.DivClassName
{
background-color: #8CE3BF;
}
.BgClassName
{
background-color: #8CE3BF;
}
</style>
border-color css
<style>
span { border-color: #8CE3BF; }
span { border-color: rgb(140,227,191); }
td.TdClassName
{
border-color: #8CE3BF;
}
.TagClassName
{
border-color: #8CE3BF;
}
</style>