Shades of Riptide #8CE4D7
Tints of Riptide #8CE4D7
RGB
CMYK
RGB Variations
Color information
#8CE4D7 (or 0x8CE4D7) is known color: Riptide. HEX triplet: 8C, E4 and D7. RGB value is (140,228,215). Sum of RGB (Red+Green+Blue) = 140+228+215=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE4D7 is #731B28. Grayscale: #C8C8C8. Windows color (decimal): -7543593 or 14148748. OLE color: 14148748.
HSL color Cylindrical-coordinate representation of color #8CE4D7: hue angle of 171.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4D7 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 215 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.11 |
| HSL | 171.14º | 0.62% | 0.72% | - |
| HSV(B) | 171.14º | 0.39% | 0.89% | - |
| XYZ | 50.82 | 65.97 | 74.34 | - |
| YUV | 200.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 215 | 0.39 | 0 | 0.06 | 0.11 | 171.14 | 0.62 | 0.72 |
| Hex | 8C | E4 | D7 | 27 | 0 | 6 | B | AB | 3E | 48 |
| Octal | 214 | 344 | 327 | 47 | 0 | 6 | 13 | 253 | 76 | 110 |
| Binary | 10001100 | 11100100 | 11010111 | 100111 | 0 | 110 | 1011 | 10101011 | 111110 | 1001000 |
Color Harmonies of #8CE4D7
Complementary color
Monochromatic Colors of #8CE4D7
Black with #8CE4D7
Text Example
Text Example
White with #8CE4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4D7; }
p { color: rgb(140,228,215); }
H1.HeaderClassName
{
color: #8CE4D7;
}
.AnyTagClassName
{
color: #8CE4D7;
}
</style>
background-color css
<style>
a { background-color: #8CE4D7; }
a { background-color: rgb(140,228,215); }
div.DivClassName
{
background-color: #8CE4D7;
}
.BgClassName
{
background-color: #8CE4D7;
}
</style>
border-color css
<style>
span { border-color: #8CE4D7; }
span { border-color: rgb(140,228,215); }
td.TdClassName
{
border-color: #8CE4D7;
}
.TagClassName
{
border-color: #8CE4D7;
}
</style>