Shades of Riptide #8EDFC5
Tints of Riptide #8EDFC5
RGB
CMYK
RGB Variations
Color information
#8EDFC5 (or 0x8EDFC5) is known color: Riptide. HEX triplet: 8E, DF and C5. RGB value is (142,223,197). Sum of RGB (Red+Green+Blue) = 142+223+197=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFC5 is #71203A. Grayscale: #C3C3C3. Windows color (decimal): -7413819 or 12967822. OLE color: 12967822.
HSL color Cylindrical-coordinate representation of color #8EDFC5: hue angle of 160.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFC5 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 197 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.13 |
| HSL | 160.74º | 0.56% | 0.72% | - |
| HSV(B) | 160.74º | 0.36% | 0.87% | - |
| XYZ | 47.62 | 62.56 | 62.39 | - |
| YUV | 195.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 197 | 0.36 | 0 | 0.12 | 0.13 | 160.74 | 0.56 | 0.72 |
| Hex | 8E | DF | C5 | 24 | 0 | C | D | A1 | 38 | 48 |
| Octal | 216 | 337 | 305 | 44 | 0 | 14 | 15 | 241 | 70 | 110 |
| Binary | 10001110 | 11011111 | 11000101 | 100100 | 0 | 1100 | 1101 | 10100001 | 111000 | 1001000 |
Color Harmonies of #8EDFC5
Complementary color
Monochromatic Colors of #8EDFC5
Black with #8EDFC5
Text Example
Text Example
White with #8EDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFC5; }
p { color: rgb(142,223,197); }
H1.HeaderClassName
{
color: #8EDFC5;
}
.AnyTagClassName
{
color: #8EDFC5;
}
</style>
background-color css
<style>
a { background-color: #8EDFC5; }
a { background-color: rgb(142,223,197); }
div.DivClassName
{
background-color: #8EDFC5;
}
.BgClassName
{
background-color: #8EDFC5;
}
</style>
border-color css
<style>
span { border-color: #8EDFC5; }
span { border-color: rgb(142,223,197); }
td.TdClassName
{
border-color: #8EDFC5;
}
.TagClassName
{
border-color: #8EDFC5;
}
</style>