Shades of Riptide #8EE9C8
Tints of Riptide #8EE9C8
RGB
CMYK
RGB Variations
Color information
#8EE9C8 (or 0x8EE9C8) is known color: Riptide. HEX triplet: 8E, E9 and C8. RGB value is (142,233,200). Sum of RGB (Red+Green+Blue) = 142+233+200=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE9C8 is #711637. Grayscale: #CACACA. Windows color (decimal): -7411256 or 13166990. OLE color: 13166990.
HSL color Cylindrical-coordinate representation of color #8EE9C8: hue angle of 158.24º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9C8 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 200 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.09 |
| HSL | 158.24º | 0.67% | 0.74% | - |
| HSV(B) | 158.24º | 0.39% | 0.91% | - |
| XYZ | 50.72 | 68.2 | 65.13 | - |
| YUV | 202.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 200 | 0.39 | 0 | 0.14 | 0.09 | 158.24 | 0.67 | 0.74 |
| Hex | 8E | E9 | C8 | 27 | 0 | E | 9 | 9E | 43 | 4A |
| Octal | 216 | 351 | 310 | 47 | 0 | 16 | 11 | 236 | 103 | 112 |
| Binary | 10001110 | 11101001 | 11001000 | 100111 | 0 | 1110 | 1001 | 10011110 | 1000011 | 1001010 |
Color Harmonies of #8EE9C8
Complementary color
Monochromatic Colors of #8EE9C8
Black with #8EE9C8
Text Example
Text Example
White with #8EE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE9C8; }
p { color: rgb(142,233,200); }
H1.HeaderClassName
{
color: #8EE9C8;
}
.AnyTagClassName
{
color: #8EE9C8;
}
</style>
background-color css
<style>
a { background-color: #8EE9C8; }
a { background-color: rgb(142,233,200); }
div.DivClassName
{
background-color: #8EE9C8;
}
.BgClassName
{
background-color: #8EE9C8;
}
</style>
border-color css
<style>
span { border-color: #8EE9C8; }
span { border-color: rgb(142,233,200); }
td.TdClassName
{
border-color: #8EE9C8;
}
.TagClassName
{
border-color: #8EE9C8;
}
</style>