Shades of Riptide #8CEAD5
Tints of Riptide #8CEAD5
RGB
CMYK
RGB Variations
Color information
#8CEAD5 (or 0x8CEAD5) is known color: Riptide. HEX triplet: 8C, EA and D5. RGB value is (140,234,213). Sum of RGB (Red+Green+Blue) = 140+234+213=587 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.85% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEAD5 is #73152A. Grayscale: #CBCBCB. Windows color (decimal): -7542059 or 14019212. OLE color: 14019212.
HSL color Cylindrical-coordinate representation of color #8CEAD5: hue angle of 166.6º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEAD5 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 213 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.08 |
| HSL | 166.6º | 0.69% | 0.73% | - |
| HSV(B) | 166.6º | 0.4% | 0.92% | - |
| XYZ | 52.25 | 69.23 | 73.56 | - |
| YUV | 203.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 213 | 0.40 | 0 | 0.09 | 0.08 | 166.6 | 0.69 | 0.73 |
| Hex | 8C | EA | D5 | 28 | 0 | 9 | 8 | A7 | 45 | 49 |
| Octal | 214 | 352 | 325 | 50 | 0 | 11 | 10 | 247 | 105 | 111 |
| Binary | 10001100 | 11101010 | 11010101 | 101000 | 0 | 1001 | 1000 | 10100111 | 1000101 | 1001001 |
Color Harmonies of #8CEAD5
Complementary color
Monochromatic Colors of #8CEAD5
Black with #8CEAD5
Text Example
Text Example
White with #8CEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEAD5; }
p { color: rgb(140,234,213); }
H1.HeaderClassName
{
color: #8CEAD5;
}
.AnyTagClassName
{
color: #8CEAD5;
}
</style>
background-color css
<style>
a { background-color: #8CEAD5; }
a { background-color: rgb(140,234,213); }
div.DivClassName
{
background-color: #8CEAD5;
}
.BgClassName
{
background-color: #8CEAD5;
}
</style>
border-color css
<style>
span { border-color: #8CEAD5; }
span { border-color: rgb(140,234,213); }
td.TdClassName
{
border-color: #8CEAD5;
}
.TagClassName
{
border-color: #8CEAD5;
}
</style>