Shades of Riptide #8EE5CC
Tints of Riptide #8EE5CC
RGB
CMYK
RGB Variations
Color information
#8EE5CC (or 0x8EE5CC) is known color: Riptide. HEX triplet: 8E, E5 and CC. RGB value is (142,229,204). Sum of RGB (Red+Green+Blue) = 142+229+204=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5CC is #711A33. Grayscale: #C8C8C8. Windows color (decimal): -7412276 or 13428110. OLE color: 13428110.
HSL color Cylindrical-coordinate representation of color #8EE5CC: hue angle of 162.76º degrees, saturation: 0.63, 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 #8EE5CC is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 229 | 204 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.10 |
| HSL | 162.76º | 0.63% | 0.73% | - |
| HSV(B) | 162.76º | 0.38% | 0.9% | - |
| XYZ | 50.07 | 66.15 | 67.26 | - |
| YUV | 200.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 229 | 204 | 0.38 | 0 | 0.11 | 0.10 | 162.76 | 0.63 | 0.73 |
| Hex | 8E | E5 | CC | 26 | 0 | B | A | A3 | 3F | 49 |
| Octal | 216 | 345 | 314 | 46 | 0 | 13 | 12 | 243 | 77 | 111 |
| Binary | 10001110 | 11100101 | 11001100 | 100110 | 0 | 1011 | 1010 | 10100011 | 111111 | 1001001 |
Color Harmonies of #8EE5CC
Complementary color
Monochromatic Colors of #8EE5CC
Black with #8EE5CC
Text Example
Text Example
White with #8EE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE5CC; }
p { color: rgb(142,229,204); }
H1.HeaderClassName
{
color: #8EE5CC;
}
.AnyTagClassName
{
color: #8EE5CC;
}
</style>
background-color css
<style>
a { background-color: #8EE5CC; }
a { background-color: rgb(142,229,204); }
div.DivClassName
{
background-color: #8EE5CC;
}
.BgClassName
{
background-color: #8EE5CC;
}
</style>
border-color css
<style>
span { border-color: #8EE5CC; }
span { border-color: rgb(142,229,204); }
td.TdClassName
{
border-color: #8EE5CC;
}
.TagClassName
{
border-color: #8EE5CC;
}
</style>