Shades of Riptide #8EEDD3
Tints of Riptide #8EEDD3
RGB
CMYK
RGB Variations
Color information
#8EEDD3 (or 0x8EEDD3) is known color: Riptide. HEX triplet: 8E, ED and D3. RGB value is (142,237,211). Sum of RGB (Red+Green+Blue) = 142+237+211=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDD3 is #71122C. Grayscale: #CDCDCD. Windows color (decimal): -7410221 or 13888910. OLE color: 13888910.
HSL color Cylindrical-coordinate representation of color #8EEDD3: hue angle of 163.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDD3 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 211 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.07 |
| HSL | 163.58º | 0.73% | 0.74% | - |
| HSV(B) | 163.58º | 0.4% | 0.93% | - |
| XYZ | 53.2 | 71.02 | 72.53 | - |
| YUV | 205.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 211 | 0.40 | 0 | 0.11 | 0.07 | 163.58 | 0.73 | 0.74 |
| Hex | 8E | ED | D3 | 28 | 0 | B | 7 | A4 | 49 | 4A |
| Octal | 216 | 355 | 323 | 50 | 0 | 13 | 7 | 244 | 111 | 112 |
| Binary | 10001110 | 11101101 | 11010011 | 101000 | 0 | 1011 | 111 | 10100100 | 1001001 | 1001010 |
Color Harmonies of #8EEDD3
Complementary color
Monochromatic Colors of #8EEDD3
Black with #8EEDD3
Text Example
Text Example
White with #8EEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDD3; }
p { color: rgb(142,237,211); }
H1.HeaderClassName
{
color: #8EEDD3;
}
.AnyTagClassName
{
color: #8EEDD3;
}
</style>
background-color css
<style>
a { background-color: #8EEDD3; }
a { background-color: rgb(142,237,211); }
div.DivClassName
{
background-color: #8EEDD3;
}
.BgClassName
{
background-color: #8EEDD3;
}
</style>
border-color css
<style>
span { border-color: #8EEDD3; }
span { border-color: rgb(142,237,211); }
td.TdClassName
{
border-color: #8EEDD3;
}
.TagClassName
{
border-color: #8EEDD3;
}
</style>