Shades of Riptide #8CE9D7
Tints of Riptide #8CE9D7
RGB
CMYK
RGB Variations
Color information
#8CE9D7 (or 0x8CE9D7) is known color: Riptide. HEX triplet: 8C, E9 and D7. RGB value is (140,233,215). Sum of RGB (Red+Green+Blue) = 140+233+215=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9D7 is #731628. Grayscale: #CBCBCB. Windows color (decimal): -7542313 or 14150028. OLE color: 14150028.
HSL color Cylindrical-coordinate representation of color #8CE9D7: hue angle of 168.39º 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 #8CE9D7 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 215 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.09 |
| HSL | 168.39º | 0.68% | 0.73% | - |
| HSV(B) | 168.39º | 0.4% | 0.91% | - |
| XYZ | 52.22 | 68.76 | 74.81 | - |
| YUV | 203.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 215 | 0.40 | 0 | 0.08 | 0.09 | 168.39 | 0.68 | 0.73 |
| Hex | 8C | E9 | D7 | 28 | 0 | 8 | 9 | A8 | 44 | 49 |
| Octal | 214 | 351 | 327 | 50 | 0 | 10 | 11 | 250 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11010111 | 101000 | 0 | 1000 | 1001 | 10101000 | 1000100 | 1001001 |
Color Harmonies of #8CE9D7
Complementary color
Monochromatic Colors of #8CE9D7
Black with #8CE9D7
Text Example
Text Example
White with #8CE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9D7; }
p { color: rgb(140,233,215); }
H1.HeaderClassName
{
color: #8CE9D7;
}
.AnyTagClassName
{
color: #8CE9D7;
}
</style>
background-color css
<style>
a { background-color: #8CE9D7; }
a { background-color: rgb(140,233,215); }
div.DivClassName
{
background-color: #8CE9D7;
}
.BgClassName
{
background-color: #8CE9D7;
}
</style>
border-color css
<style>
span { border-color: #8CE9D7; }
span { border-color: rgb(140,233,215); }
td.TdClassName
{
border-color: #8CE9D7;
}
.TagClassName
{
border-color: #8CE9D7;
}
</style>