Shades of Riptide #8CE9C0
Tints of Riptide #8CE9C0
RGB
CMYK
RGB Variations
Color information
#8CE9C0 (or 0x8CE9C0) is known color: Riptide. HEX triplet: 8C, E9 and C0. RGB value is (140,233,192). Sum of RGB (Red+Green+Blue) = 140+233+192=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9C0 is #73163F. Grayscale: #C8C8C8. Windows color (decimal): -7542336 or 12642700. OLE color: 12642700.
HSL color Cylindrical-coordinate representation of color #8CE9C0: hue angle of 153.55º 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 #8CE9C0 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 192 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.09 |
| HSL | 153.55º | 0.68% | 0.73% | - |
| HSV(B) | 153.55º | 0.4% | 0.91% | - |
| XYZ | 49.47 | 67.66 | 60.32 | - |
| YUV | 200.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 192 | 0.40 | 0 | 0.18 | 0.09 | 153.55 | 0.68 | 0.73 |
| Hex | 8C | E9 | C0 | 28 | 0 | 12 | 9 | 9A | 44 | 49 |
| Octal | 214 | 351 | 300 | 50 | 0 | 22 | 11 | 232 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11000000 | 101000 | 0 | 10010 | 1001 | 10011010 | 1000100 | 1001001 |
Color Harmonies of #8CE9C0
Complementary color
Monochromatic Colors of #8CE9C0
Black with #8CE9C0
Text Example
Text Example
White with #8CE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9C0; }
p { color: rgb(140,233,192); }
H1.HeaderClassName
{
color: #8CE9C0;
}
.AnyTagClassName
{
color: #8CE9C0;
}
</style>
background-color css
<style>
a { background-color: #8CE9C0; }
a { background-color: rgb(140,233,192); }
div.DivClassName
{
background-color: #8CE9C0;
}
.BgClassName
{
background-color: #8CE9C0;
}
</style>
border-color css
<style>
span { border-color: #8CE9C0; }
span { border-color: rgb(140,233,192); }
td.TdClassName
{
border-color: #8CE9C0;
}
.TagClassName
{
border-color: #8CE9C0;
}
</style>