Shades of Riptide #8ED6CC
Tints of Riptide #8ED6CC
RGB
CMYK
RGB Variations
Color information
#8ED6CC (or 0x8ED6CC) is known color: Riptide. HEX triplet: 8E, D6 and CC. RGB value is (142,214,204). Sum of RGB (Red+Green+Blue) = 142+214+204=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED6CC is #712933. Grayscale: #BFBFBF. Windows color (decimal): -7416116 or 13424270. OLE color: 13424270.
HSL color Cylindrical-coordinate representation of color #8ED6CC: hue angle of 171.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED6CC is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 204 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.16 |
| HSL | 171.67º | 0.47% | 0.7% | - |
| HSV(B) | 171.67º | 0.34% | 0.84% | - |
| XYZ | 46.1 | 58.2 | 65.93 | - |
| YUV | 191.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 204 | 0.34 | 0 | 0.05 | 0.16 | 171.67 | 0.47 | 0.7 |
| Hex | 8E | D6 | CC | 22 | 0 | 5 | 10 | AC | 2F | 46 |
| Octal | 216 | 326 | 314 | 42 | 0 | 5 | 20 | 254 | 57 | 106 |
| Binary | 10001110 | 11010110 | 11001100 | 100010 | 0 | 101 | 10000 | 10101100 | 101111 | 1000110 |
Color Harmonies of #8ED6CC
Complementary color
Monochromatic Colors of #8ED6CC
Black with #8ED6CC
Text Example
Text Example
White with #8ED6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED6CC; }
p { color: rgb(142,214,204); }
H1.HeaderClassName
{
color: #8ED6CC;
}
.AnyTagClassName
{
color: #8ED6CC;
}
</style>
background-color css
<style>
a { background-color: #8ED6CC; }
a { background-color: rgb(142,214,204); }
div.DivClassName
{
background-color: #8ED6CC;
}
.BgClassName
{
background-color: #8ED6CC;
}
</style>
border-color css
<style>
span { border-color: #8ED6CC; }
span { border-color: rgb(142,214,204); }
td.TdClassName
{
border-color: #8ED6CC;
}
.TagClassName
{
border-color: #8ED6CC;
}
</style>