Shades of Riptide #8EDFDA
Tints of Riptide #8EDFDA
RGB
CMYK
RGB Variations
Color information
#8EDFDA (or 0x8EDFDA) is known color: Riptide. HEX triplet: 8E, DF and DA. RGB value is (142,223,218). Sum of RGB (Red+Green+Blue) = 142+223+218=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFDA is #712025. Grayscale: #C6C6C6. Windows color (decimal): -7413798 or 14344078. OLE color: 14344078.
HSL color Cylindrical-coordinate representation of color #8EDFDA: hue angle of 176.3º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFDA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 218 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.13 |
| HSL | 176.3º | 0.56% | 0.72% | - |
| HSV(B) | 176.3º | 0.36% | 0.87% | - |
| XYZ | 50.2 | 63.59 | 75.96 | - |
| YUV | 198.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 218 | 0.36 | 0 | 0.02 | 0.13 | 176.3 | 0.56 | 0.72 |
| Hex | 8E | DF | DA | 24 | 0 | 2 | D | B0 | 38 | 48 |
| Octal | 216 | 337 | 332 | 44 | 0 | 2 | 15 | 260 | 70 | 110 |
| Binary | 10001110 | 11011111 | 11011010 | 100100 | 0 | 10 | 1101 | 10110000 | 111000 | 1001000 |
Color Harmonies of #8EDFDA
Complementary color
Monochromatic Colors of #8EDFDA
Black with #8EDFDA
Text Example
Text Example
White with #8EDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFDA; }
p { color: rgb(142,223,218); }
H1.HeaderClassName
{
color: #8EDFDA;
}
.AnyTagClassName
{
color: #8EDFDA;
}
</style>
background-color css
<style>
a { background-color: #8EDFDA; }
a { background-color: rgb(142,223,218); }
div.DivClassName
{
background-color: #8EDFDA;
}
.BgClassName
{
background-color: #8EDFDA;
}
</style>
border-color css
<style>
span { border-color: #8EDFDA; }
span { border-color: rgb(142,223,218); }
td.TdClassName
{
border-color: #8EDFDA;
}
.TagClassName
{
border-color: #8EDFDA;
}
</style>