Shades of Riptide #8CE9C1
Tints of Riptide #8CE9C1
RGB
CMYK
RGB Variations
Color information
#8CE9C1 (or 0x8CE9C1) is known color: Riptide. HEX triplet: 8C, E9 and C1. RGB value is (140,233,193). Sum of RGB (Red+Green+Blue) = 140+233+193=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9C1 is #73163E. Grayscale: #C8C8C8. Windows color (decimal): -7542335 or 12708236. OLE color: 12708236.
HSL color Cylindrical-coordinate representation of color #8CE9C1: hue angle of 154.19º degrees, saturation: 0.68, 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 #8CE9C1 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 193 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.09 |
| HSL | 154.19º | 0.68% | 0.73% | - |
| HSV(B) | 154.19º | 0.4% | 0.91% | - |
| XYZ | 49.58 | 67.7 | 60.91 | - |
| YUV | 200.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 193 | 0.40 | 0 | 0.17 | 0.09 | 154.19 | 0.68 | 0.73 |
| Hex | 8C | E9 | C1 | 28 | 0 | 11 | 9 | 9A | 44 | 49 |
| Octal | 214 | 351 | 301 | 50 | 0 | 21 | 11 | 232 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11000001 | 101000 | 0 | 10001 | 1001 | 10011010 | 1000100 | 1001001 |
Color Harmonies of #8CE9C1
Complementary color
Monochromatic Colors of #8CE9C1
Black with #8CE9C1
Text Example
Text Example
White with #8CE9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9C1; }
p { color: rgb(140,233,193); }
H1.HeaderClassName
{
color: #8CE9C1;
}
.AnyTagClassName
{
color: #8CE9C1;
}
</style>
background-color css
<style>
a { background-color: #8CE9C1; }
a { background-color: rgb(140,233,193); }
div.DivClassName
{
background-color: #8CE9C1;
}
.BgClassName
{
background-color: #8CE9C1;
}
</style>
border-color css
<style>
span { border-color: #8CE9C1; }
span { border-color: rgb(140,233,193); }
td.TdClassName
{
border-color: #8CE9C1;
}
.TagClassName
{
border-color: #8CE9C1;
}
</style>