Shades of Riptide #8CE3BE
Tints of Riptide #8CE3BE
RGB
CMYK
RGB Variations
Color information
#8CE3BE (or 0x8CE3BE) is known color: Riptide. HEX triplet: 8C, E3 and BE. RGB value is (140,227,190). Sum of RGB (Red+Green+Blue) = 140+227+190=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE3BE is #731C41. Grayscale: #C4C4C4. Windows color (decimal): -7543874 or 12510092. OLE color: 12510092.
HSL color Cylindrical-coordinate representation of color #8CE3BE: hue angle of 154.48º 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 #8CE3BE is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 190 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.11 |
| HSL | 154.48º | 0.61% | 0.72% | - |
| HSV(B) | 154.48º | 0.38% | 0.89% | - |
| XYZ | 47.58 | 64.23 | 58.61 | - |
| YUV | 196.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 190 | 0.38 | 0 | 0.16 | 0.11 | 154.48 | 0.61 | 0.72 |
| Hex | 8C | E3 | BE | 26 | 0 | 10 | B | 9A | 3D | 48 |
| Octal | 214 | 343 | 276 | 46 | 0 | 20 | 13 | 232 | 75 | 110 |
| Binary | 10001100 | 11100011 | 10111110 | 100110 | 0 | 10000 | 1011 | 10011010 | 111101 | 1001000 |
Color Harmonies of #8CE3BE
Complementary color
Monochromatic Colors of #8CE3BE
Black with #8CE3BE
Text Example
Text Example
White with #8CE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE3BE; }
p { color: rgb(140,227,190); }
H1.HeaderClassName
{
color: #8CE3BE;
}
.AnyTagClassName
{
color: #8CE3BE;
}
</style>
background-color css
<style>
a { background-color: #8CE3BE; }
a { background-color: rgb(140,227,190); }
div.DivClassName
{
background-color: #8CE3BE;
}
.BgClassName
{
background-color: #8CE3BE;
}
</style>
border-color css
<style>
span { border-color: #8CE3BE; }
span { border-color: rgb(140,227,190); }
td.TdClassName
{
border-color: #8CE3BE;
}
.TagClassName
{
border-color: #8CE3BE;
}
</style>