Shades of Riptide #8EE0CC
Tints of Riptide #8EE0CC
RGB
CMYK
RGB Variations
Color information
#8EE0CC (or 0x8EE0CC) is known color: Riptide. HEX triplet: 8E, E0 and CC. RGB value is (142,224,204). Sum of RGB (Red+Green+Blue) = 142+224+204=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE0CC is #711F33. Grayscale: #C5C5C5. Windows color (decimal): -7413556 or 13426830. OLE color: 13426830.
HSL color Cylindrical-coordinate representation of color #8EE0CC: hue angle of 165.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE0CC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 204 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.12 |
| HSL | 165.37º | 0.57% | 0.72% | - |
| HSV(B) | 165.37º | 0.37% | 0.88% | - |
| XYZ | 48.71 | 63.42 | 66.8 | - |
| YUV | 197.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 204 | 0.37 | 0 | 0.09 | 0.12 | 165.37 | 0.57 | 0.72 |
| Hex | 8E | E0 | CC | 25 | 0 | 9 | C | A5 | 39 | 48 |
| Octal | 216 | 340 | 314 | 45 | 0 | 11 | 14 | 245 | 71 | 110 |
| Binary | 10001110 | 11100000 | 11001100 | 100101 | 0 | 1001 | 1100 | 10100101 | 111001 | 1001000 |
Color Harmonies of #8EE0CC
Complementary color
Monochromatic Colors of #8EE0CC
Black with #8EE0CC
Text Example
Text Example
White with #8EE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0CC; }
p { color: rgb(142,224,204); }
H1.HeaderClassName
{
color: #8EE0CC;
}
.AnyTagClassName
{
color: #8EE0CC;
}
</style>
background-color css
<style>
a { background-color: #8EE0CC; }
a { background-color: rgb(142,224,204); }
div.DivClassName
{
background-color: #8EE0CC;
}
.BgClassName
{
background-color: #8EE0CC;
}
</style>
border-color css
<style>
span { border-color: #8EE0CC; }
span { border-color: rgb(142,224,204); }
td.TdClassName
{
border-color: #8EE0CC;
}
.TagClassName
{
border-color: #8EE0CC;
}
</style>