Shades of Riptide #8CE4D0
Tints of Riptide #8CE4D0
RGB
CMYK
RGB Variations
Color information
#8CE4D0 (or 0x8CE4D0) is known color: Riptide. HEX triplet: 8C, E4 and D0. RGB value is (140,228,208). Sum of RGB (Red+Green+Blue) = 140+228+208=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE4D0 is #731B2F. Grayscale: #C7C7C7. Windows color (decimal): -7543600 or 13689996. OLE color: 13689996.
HSL color Cylindrical-coordinate representation of color #8CE4D0: hue angle of 166.36º 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 #8CE4D0 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 208 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.11 |
| HSL | 166.36º | 0.62% | 0.72% | - |
| HSV(B) | 166.36º | 0.39% | 0.89% | - |
| XYZ | 49.94 | 65.62 | 69.71 | - |
| YUV | 199.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 208 | 0.39 | 0 | 0.09 | 0.11 | 166.36 | 0.62 | 0.72 |
| Hex | 8C | E4 | D0 | 27 | 0 | 9 | B | A6 | 3E | 48 |
| Octal | 214 | 344 | 320 | 47 | 0 | 11 | 13 | 246 | 76 | 110 |
| Binary | 10001100 | 11100100 | 11010000 | 100111 | 0 | 1001 | 1011 | 10100110 | 111110 | 1001000 |
Color Harmonies of #8CE4D0
Complementary color
Monochromatic Colors of #8CE4D0
Black with #8CE4D0
Text Example
Text Example
White with #8CE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4D0; }
p { color: rgb(140,228,208); }
H1.HeaderClassName
{
color: #8CE4D0;
}
.AnyTagClassName
{
color: #8CE4D0;
}
</style>
background-color css
<style>
a { background-color: #8CE4D0; }
a { background-color: rgb(140,228,208); }
div.DivClassName
{
background-color: #8CE4D0;
}
.BgClassName
{
background-color: #8CE4D0;
}
</style>
border-color css
<style>
span { border-color: #8CE4D0; }
span { border-color: rgb(140,228,208); }
td.TdClassName
{
border-color: #8CE4D0;
}
.TagClassName
{
border-color: #8CE4D0;
}
</style>