Shades of Riptide #8CE7DC
Tints of Riptide #8CE7DC
RGB
CMYK
RGB Variations
Color information
#8CE7DC (or 0x8CE7DC) is known color: Riptide. HEX triplet: 8C, E7 and DC. RGB value is (140,231,220). Sum of RGB (Red+Green+Blue) = 140+231+220=591 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.69% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE7DC is #731823. Grayscale: #CACACA. Windows color (decimal): -7542820 or 14477196. OLE color: 14477196.
HSL color Cylindrical-coordinate representation of color #8CE7DC: hue angle of 172.75º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE7DC is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 220 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.09 |
| HSL | 172.75º | 0.65% | 0.73% | - |
| HSV(B) | 172.75º | 0.39% | 0.91% | - |
| XYZ | 52.31 | 67.89 | 78.06 | - |
| YUV | 202.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 220 | 0.39 | 0 | 0.05 | 0.09 | 172.75 | 0.65 | 0.73 |
| Hex | 8C | E7 | DC | 27 | 0 | 5 | 9 | AD | 41 | 49 |
| Octal | 214 | 347 | 334 | 47 | 0 | 5 | 11 | 255 | 101 | 111 |
| Binary | 10001100 | 11100111 | 11011100 | 100111 | 0 | 101 | 1001 | 10101101 | 1000001 | 1001001 |
Color Harmonies of #8CE7DC
Complementary color
Monochromatic Colors of #8CE7DC
Black with #8CE7DC
Text Example
Text Example
White with #8CE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE7DC; }
p { color: rgb(140,231,220); }
H1.HeaderClassName
{
color: #8CE7DC;
}
.AnyTagClassName
{
color: #8CE7DC;
}
</style>
background-color css
<style>
a { background-color: #8CE7DC; }
a { background-color: rgb(140,231,220); }
div.DivClassName
{
background-color: #8CE7DC;
}
.BgClassName
{
background-color: #8CE7DC;
}
</style>
border-color css
<style>
span { border-color: #8CE7DC; }
span { border-color: rgb(140,231,220); }
td.TdClassName
{
border-color: #8CE7DC;
}
.TagClassName
{
border-color: #8CE7DC;
}
</style>