Shades of Riptide #8DECDB
Tints of Riptide #8DECDB
RGB
CMYK
RGB Variations
Color information
#8DECDB (or 0x8DECDB) is known color: Riptide. HEX triplet: 8D, EC and DB. RGB value is (141,236,219). Sum of RGB (Red+Green+Blue) = 141+236+219=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECDB is #721324. Grayscale: #CDCDCD. Windows color (decimal): -7476005 or 14412941. OLE color: 14412941.
HSL color Cylindrical-coordinate representation of color #8DECDB: hue angle of 169.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECDB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 219 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.07 |
| HSL | 169.26º | 0.71% | 0.74% | - |
| HSV(B) | 169.26º | 0.4% | 0.93% | - |
| XYZ | 53.77 | 70.77 | 77.84 | - |
| YUV | 205.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 219 | 0.40 | 0 | 0.07 | 0.07 | 169.26 | 0.71 | 0.74 |
| Hex | 8D | EC | DB | 28 | 0 | 7 | 7 | A9 | 47 | 4A |
| Octal | 215 | 354 | 333 | 50 | 0 | 7 | 7 | 251 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11011011 | 101000 | 0 | 111 | 111 | 10101001 | 1000111 | 1001010 |
Color Harmonies of #8DECDB
Complementary color
Monochromatic Colors of #8DECDB
Black with #8DECDB
Text Example
Text Example
White with #8DECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECDB; }
p { color: rgb(141,236,219); }
H1.HeaderClassName
{
color: #8DECDB;
}
.AnyTagClassName
{
color: #8DECDB;
}
</style>
background-color css
<style>
a { background-color: #8DECDB; }
a { background-color: rgb(141,236,219); }
div.DivClassName
{
background-color: #8DECDB;
}
.BgClassName
{
background-color: #8DECDB;
}
</style>
border-color css
<style>
span { border-color: #8DECDB; }
span { border-color: rgb(141,236,219); }
td.TdClassName
{
border-color: #8DECDB;
}
.TagClassName
{
border-color: #8DECDB;
}
</style>