Shades of Riptide #8EDBD2
Tints of Riptide #8EDBD2
RGB
CMYK
RGB Variations
Color information
#8EDBD2 (or 0x8EDBD2) is known color: Riptide. HEX triplet: 8E, DB and D2. RGB value is (142,219,210). Sum of RGB (Red+Green+Blue) = 142+219+210=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBD2 is #71242D. Grayscale: #C2C2C2. Windows color (decimal): -7414830 or 13818766. OLE color: 13818766.
HSL color Cylindrical-coordinate representation of color #8EDBD2: hue angle of 172.99º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBD2 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 210 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.14 |
| HSL | 172.99º | 0.52% | 0.71% | - |
| HSV(B) | 172.99º | 0.35% | 0.86% | - |
| XYZ | 48.12 | 61.07 | 70.22 | - |
| YUV | 194.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 210 | 0.35 | 0 | 0.04 | 0.14 | 172.99 | 0.52 | 0.71 |
| Hex | 8E | DB | D2 | 23 | 0 | 4 | E | AD | 34 | 47 |
| Octal | 216 | 333 | 322 | 43 | 0 | 4 | 16 | 255 | 64 | 107 |
| Binary | 10001110 | 11011011 | 11010010 | 100011 | 0 | 100 | 1110 | 10101101 | 110100 | 1000111 |
Color Harmonies of #8EDBD2
Complementary color
Monochromatic Colors of #8EDBD2
Black with #8EDBD2
Text Example
Text Example
White with #8EDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDBD2; }
p { color: rgb(142,219,210); }
H1.HeaderClassName
{
color: #8EDBD2;
}
.AnyTagClassName
{
color: #8EDBD2;
}
</style>
background-color css
<style>
a { background-color: #8EDBD2; }
a { background-color: rgb(142,219,210); }
div.DivClassName
{
background-color: #8EDBD2;
}
.BgClassName
{
background-color: #8EDBD2;
}
</style>
border-color css
<style>
span { border-color: #8EDBD2; }
span { border-color: rgb(142,219,210); }
td.TdClassName
{
border-color: #8EDBD2;
}
.TagClassName
{
border-color: #8EDBD2;
}
</style>