Shades of Riptide #8EEDCD
Tints of Riptide #8EEDCD
RGB
CMYK
RGB Variations
Color information
#8EEDCD (or 0x8EEDCD) is known color: Riptide. HEX triplet: 8E, ED and CD. RGB value is (142,237,205). Sum of RGB (Red+Green+Blue) = 142+237+205=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDCD is #711232. Grayscale: #CCCCCC. Windows color (decimal): -7410227 or 13495694. OLE color: 13495694.
HSL color Cylindrical-coordinate representation of color #8EEDCD: hue angle of 159.79º 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 #8EEDCD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 205 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.07 |
| HSL | 159.79º | 0.73% | 0.74% | - |
| HSV(B) | 159.79º | 0.4% | 0.93% | - |
| XYZ | 52.46 | 70.73 | 68.64 | - |
| YUV | 204.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 205 | 0.40 | 0 | 0.14 | 0.07 | 159.79 | 0.73 | 0.74 |
| Hex | 8E | ED | CD | 28 | 0 | E | 7 | A0 | 49 | 4A |
| Octal | 216 | 355 | 315 | 50 | 0 | 16 | 7 | 240 | 111 | 112 |
| Binary | 10001110 | 11101101 | 11001101 | 101000 | 0 | 1110 | 111 | 10100000 | 1001001 | 1001010 |
Color Harmonies of #8EEDCD
Complementary color
Monochromatic Colors of #8EEDCD
Black with #8EEDCD
Text Example
Text Example
White with #8EEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDCD; }
p { color: rgb(142,237,205); }
H1.HeaderClassName
{
color: #8EEDCD;
}
.AnyTagClassName
{
color: #8EEDCD;
}
</style>
background-color css
<style>
a { background-color: #8EEDCD; }
a { background-color: rgb(142,237,205); }
div.DivClassName
{
background-color: #8EEDCD;
}
.BgClassName
{
background-color: #8EEDCD;
}
</style>
border-color css
<style>
span { border-color: #8EEDCD; }
span { border-color: rgb(142,237,205); }
td.TdClassName
{
border-color: #8EEDCD;
}
.TagClassName
{
border-color: #8EEDCD;
}
</style>