Shades of Riptide #8DEAE0
Tints of Riptide #8DEAE0
RGB
CMYK
RGB Variations
Color information
#8DEAE0 (or 0x8DEAE0) is known color: Riptide. HEX triplet: 8D, EA and E0. RGB value is (141,234,224). Sum of RGB (Red+Green+Blue) = 141+234+224=599 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.54% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAE0 is #72151F. Grayscale: #CDCDCD. Windows color (decimal): -7476512 or 14740109. OLE color: 14740109.
HSL color Cylindrical-coordinate representation of color #8DEAE0: hue angle of 173.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAE0 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 224 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.08 |
| HSL | 173.55º | 0.69% | 0.74% | - |
| HSV(B) | 173.55º | 0.4% | 0.92% | - |
| XYZ | 53.86 | 69.89 | 81.17 | - |
| YUV | 205.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 224 | 0.40 | 0 | 0.04 | 0.08 | 173.55 | 0.69 | 0.74 |
| Hex | 8D | EA | E0 | 28 | 0 | 4 | 8 | AE | 45 | 4A |
| Octal | 215 | 352 | 340 | 50 | 0 | 4 | 10 | 256 | 105 | 112 |
| Binary | 10001101 | 11101010 | 11100000 | 101000 | 0 | 100 | 1000 | 10101110 | 1000101 | 1001010 |
Color Harmonies of #8DEAE0
Complementary color
Monochromatic Colors of #8DEAE0
Black with #8DEAE0
Text Example
Text Example
White with #8DEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAE0; }
p { color: rgb(141,234,224); }
H1.HeaderClassName
{
color: #8DEAE0;
}
.AnyTagClassName
{
color: #8DEAE0;
}
</style>
background-color css
<style>
a { background-color: #8DEAE0; }
a { background-color: rgb(141,234,224); }
div.DivClassName
{
background-color: #8DEAE0;
}
.BgClassName
{
background-color: #8DEAE0;
}
</style>
border-color css
<style>
span { border-color: #8DEAE0; }
span { border-color: rgb(141,234,224); }
td.TdClassName
{
border-color: #8DEAE0;
}
.TagClassName
{
border-color: #8DEAE0;
}
</style>