Shades of Riptide #8CE2DE
Tints of Riptide #8CE2DE
RGB
CMYK
RGB Variations
Color information
#8CE2DE (or 0x8CE2DE) is known color: Riptide. HEX triplet: 8C, E2 and DE. RGB value is (140,226,222). Sum of RGB (Red+Green+Blue) = 140+226+222=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE2DE is #731D21. Grayscale: #C7C7C7. Windows color (decimal): -7544098 or 14606988. OLE color: 14606988.
HSL color Cylindrical-coordinate representation of color #8CE2DE: hue angle of 177.21º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE2DE is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 226 | 222 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.11 |
| HSL | 177.21º | 0.6% | 0.72% | - |
| HSV(B) | 177.21º | 0.38% | 0.89% | - |
| XYZ | 51.2 | 65.24 | 79 | - |
| YUV | 199.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 222 | 0.38 | 0 | 0.02 | 0.11 | 177.21 | 0.6 | 0.72 |
| Hex | 8C | E2 | DE | 26 | 0 | 2 | B | B1 | 3C | 48 |
| Octal | 214 | 342 | 336 | 46 | 0 | 2 | 13 | 261 | 74 | 110 |
| Binary | 10001100 | 11100010 | 11011110 | 100110 | 0 | 10 | 1011 | 10110001 | 111100 | 1001000 |
Color Harmonies of #8CE2DE
Complementary color
Monochromatic Colors of #8CE2DE
Black with #8CE2DE
Text Example
Text Example
White with #8CE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE2DE; }
p { color: rgb(140,226,222); }
H1.HeaderClassName
{
color: #8CE2DE;
}
.AnyTagClassName
{
color: #8CE2DE;
}
</style>
background-color css
<style>
a { background-color: #8CE2DE; }
a { background-color: rgb(140,226,222); }
div.DivClassName
{
background-color: #8CE2DE;
}
.BgClassName
{
background-color: #8CE2DE;
}
</style>
border-color css
<style>
span { border-color: #8CE2DE; }
span { border-color: rgb(140,226,222); }
td.TdClassName
{
border-color: #8CE2DE;
}
.TagClassName
{
border-color: #8CE2DE;
}
</style>