Shades of Riptide #8CE4D8
Tints of Riptide #8CE4D8
RGB
CMYK
RGB Variations
Color information
#8CE4D8 (or 0x8CE4D8) is known color: Riptide. HEX triplet: 8C, E4 and D8. RGB value is (140,228,216). Sum of RGB (Red+Green+Blue) = 140+228+216=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE4D8 is #731B27. Grayscale: #C8C8C8. Windows color (decimal): -7543592 or 14214284. OLE color: 14214284.
HSL color Cylindrical-coordinate representation of color #8CE4D8: hue angle of 171.82º 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 #8CE4D8 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 216 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.11 |
| HSL | 171.82º | 0.62% | 0.72% | - |
| HSV(B) | 171.82º | 0.39% | 0.89% | - |
| XYZ | 50.95 | 66.02 | 75.02 | - |
| YUV | 200.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 216 | 0.39 | 0 | 0.05 | 0.11 | 171.82 | 0.62 | 0.72 |
| Hex | 8C | E4 | D8 | 27 | 0 | 5 | B | AC | 3E | 48 |
| Octal | 214 | 344 | 330 | 47 | 0 | 5 | 13 | 254 | 76 | 110 |
| Binary | 10001100 | 11100100 | 11011000 | 100111 | 0 | 101 | 1011 | 10101100 | 111110 | 1001000 |
Color Harmonies of #8CE4D8
Complementary color
Monochromatic Colors of #8CE4D8
Black with #8CE4D8
Text Example
Text Example
White with #8CE4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4D8; }
p { color: rgb(140,228,216); }
H1.HeaderClassName
{
color: #8CE4D8;
}
.AnyTagClassName
{
color: #8CE4D8;
}
</style>
background-color css
<style>
a { background-color: #8CE4D8; }
a { background-color: rgb(140,228,216); }
div.DivClassName
{
background-color: #8CE4D8;
}
.BgClassName
{
background-color: #8CE4D8;
}
</style>
border-color css
<style>
span { border-color: #8CE4D8; }
span { border-color: rgb(140,228,216); }
td.TdClassName
{
border-color: #8CE4D8;
}
.TagClassName
{
border-color: #8CE4D8;
}
</style>