Shades of Riptide #8CE7CA
Tints of Riptide #8CE7CA
RGB
CMYK
RGB Variations
Color information
#8CE7CA (or 0x8CE7CA) is known color: Riptide. HEX triplet: 8C, E7 and CA. RGB value is (140,231,202). Sum of RGB (Red+Green+Blue) = 140+231+202=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE7CA is #731835. Grayscale: #C8C8C8. Windows color (decimal): -7542838 or 13297548. OLE color: 13297548.
HSL color Cylindrical-coordinate representation of color #8CE7CA: hue angle of 160.88º 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 #8CE7CA is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 202 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.09 |
| HSL | 160.88º | 0.65% | 0.73% | - |
| HSV(B) | 160.88º | 0.39% | 0.91% | - |
| XYZ | 50.05 | 66.99 | 66.17 | - |
| YUV | 200.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 202 | 0.39 | 0 | 0.13 | 0.09 | 160.88 | 0.65 | 0.73 |
| Hex | 8C | E7 | CA | 27 | 0 | D | 9 | A1 | 41 | 49 |
| Octal | 214 | 347 | 312 | 47 | 0 | 15 | 11 | 241 | 101 | 111 |
| Binary | 10001100 | 11100111 | 11001010 | 100111 | 0 | 1101 | 1001 | 10100001 | 1000001 | 1001001 |
Color Harmonies of #8CE7CA
Complementary color
Monochromatic Colors of #8CE7CA
Black with #8CE7CA
Text Example
Text Example
White with #8CE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE7CA; }
p { color: rgb(140,231,202); }
H1.HeaderClassName
{
color: #8CE7CA;
}
.AnyTagClassName
{
color: #8CE7CA;
}
</style>
background-color css
<style>
a { background-color: #8CE7CA; }
a { background-color: rgb(140,231,202); }
div.DivClassName
{
background-color: #8CE7CA;
}
.BgClassName
{
background-color: #8CE7CA;
}
</style>
border-color css
<style>
span { border-color: #8CE7CA; }
span { border-color: rgb(140,231,202); }
td.TdClassName
{
border-color: #8CE7CA;
}
.TagClassName
{
border-color: #8CE7CA;
}
</style>