Shades of Riptide #8EDACB
Tints of Riptide #8EDACB
RGB
CMYK
RGB Variations
Color information
#8EDACB (or 0x8EDACB) is known color: Riptide. HEX triplet: 8E, DA and CB. RGB value is (142,218,203). Sum of RGB (Red+Green+Blue) = 142+218+203=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDACB is #712534. Grayscale: #C1C1C1. Windows color (decimal): -7415093 or 13359758. OLE color: 13359758.
HSL color Cylindrical-coordinate representation of color #8EDACB: hue angle of 168.16º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDACB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 203 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.15 |
| HSL | 168.16º | 0.51% | 0.71% | - |
| HSV(B) | 168.16º | 0.35% | 0.85% | - |
| XYZ | 47.01 | 60.21 | 65.64 | - |
| YUV | 193.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 203 | 0.35 | 0 | 0.07 | 0.15 | 168.16 | 0.51 | 0.71 |
| Hex | 8E | DA | CB | 23 | 0 | 7 | F | A8 | 33 | 47 |
| Octal | 216 | 332 | 313 | 43 | 0 | 7 | 17 | 250 | 63 | 107 |
| Binary | 10001110 | 11011010 | 11001011 | 100011 | 0 | 111 | 1111 | 10101000 | 110011 | 1000111 |
Color Harmonies of #8EDACB
Complementary color
Monochromatic Colors of #8EDACB
Black with #8EDACB
Text Example
Text Example
White with #8EDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDACB; }
p { color: rgb(142,218,203); }
H1.HeaderClassName
{
color: #8EDACB;
}
.AnyTagClassName
{
color: #8EDACB;
}
</style>
background-color css
<style>
a { background-color: #8EDACB; }
a { background-color: rgb(142,218,203); }
div.DivClassName
{
background-color: #8EDACB;
}
.BgClassName
{
background-color: #8EDACB;
}
</style>
border-color css
<style>
span { border-color: #8EDACB; }
span { border-color: rgb(142,218,203); }
td.TdClassName
{
border-color: #8EDACB;
}
.TagClassName
{
border-color: #8EDACB;
}
</style>