Shades of Riptide #8EE6CC
Tints of Riptide #8EE6CC
RGB
CMYK
RGB Variations
Color information
#8EE6CC (or 0x8EE6CC) is known color: Riptide. HEX triplet: 8E, E6 and CC. RGB value is (142,230,204). Sum of RGB (Red+Green+Blue) = 142+230+204=576 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.65% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE6CC is #711933. Grayscale: #C8C8C8. Windows color (decimal): -7412020 or 13428366. OLE color: 13428366.
HSL color Cylindrical-coordinate representation of color #8EE6CC: hue angle of 162.27º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE6CC is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 230 | 204 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.10 |
| HSL | 162.27º | 0.64% | 0.73% | - |
| HSV(B) | 162.27º | 0.38% | 0.9% | - |
| XYZ | 50.35 | 66.7 | 67.35 | - |
| YUV | 200.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 204 | 0.38 | 0 | 0.11 | 0.10 | 162.27 | 0.64 | 0.73 |
| Hex | 8E | E6 | CC | 26 | 0 | B | A | A2 | 40 | 49 |
| Octal | 216 | 346 | 314 | 46 | 0 | 13 | 12 | 242 | 100 | 111 |
| Binary | 10001110 | 11100110 | 11001100 | 100110 | 0 | 1011 | 1010 | 10100010 | 1000000 | 1001001 |
Color Harmonies of #8EE6CC
Complementary color
Monochromatic Colors of #8EE6CC
Black with #8EE6CC
Text Example
Text Example
White with #8EE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE6CC; }
p { color: rgb(142,230,204); }
H1.HeaderClassName
{
color: #8EE6CC;
}
.AnyTagClassName
{
color: #8EE6CC;
}
</style>
background-color css
<style>
a { background-color: #8EE6CC; }
a { background-color: rgb(142,230,204); }
div.DivClassName
{
background-color: #8EE6CC;
}
.BgClassName
{
background-color: #8EE6CC;
}
</style>
border-color css
<style>
span { border-color: #8EE6CC; }
span { border-color: rgb(142,230,204); }
td.TdClassName
{
border-color: #8EE6CC;
}
.TagClassName
{
border-color: #8EE6CC;
}
</style>