Shades of Riptide #8DE1CB
Tints of Riptide #8DE1CB
RGB
CMYK
RGB Variations
Color information
#8DE1CB (or 0x8DE1CB) is known color: Riptide. HEX triplet: 8D, E1 and CB. RGB value is (141,225,203). Sum of RGB (Red+Green+Blue) = 141+225+203=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1CB is #721E34. Grayscale: #C5C5C5. Windows color (decimal): -7478837 or 13361549. OLE color: 13361549.
HSL color Cylindrical-coordinate representation of color #8DE1CB: hue angle of 164.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1CB is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 203 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.12 |
| HSL | 164.29º | 0.58% | 0.72% | - |
| HSV(B) | 164.29º | 0.37% | 0.88% | - |
| XYZ | 48.69 | 63.82 | 66.25 | - |
| YUV | 197.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 203 | 0.37 | 0 | 0.10 | 0.12 | 164.29 | 0.58 | 0.72 |
| Hex | 8D | E1 | CB | 25 | 0 | A | C | A4 | 3A | 48 |
| Octal | 215 | 341 | 313 | 45 | 0 | 12 | 14 | 244 | 72 | 110 |
| Binary | 10001101 | 11100001 | 11001011 | 100101 | 0 | 1010 | 1100 | 10100100 | 111010 | 1001000 |
Color Harmonies of #8DE1CB
Complementary color
Monochromatic Colors of #8DE1CB
Black with #8DE1CB
Text Example
Text Example
White with #8DE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1CB; }
p { color: rgb(141,225,203); }
H1.HeaderClassName
{
color: #8DE1CB;
}
.AnyTagClassName
{
color: #8DE1CB;
}
</style>
background-color css
<style>
a { background-color: #8DE1CB; }
a { background-color: rgb(141,225,203); }
div.DivClassName
{
background-color: #8DE1CB;
}
.BgClassName
{
background-color: #8DE1CB;
}
</style>
border-color css
<style>
span { border-color: #8DE1CB; }
span { border-color: rgb(141,225,203); }
td.TdClassName
{
border-color: #8DE1CB;
}
.TagClassName
{
border-color: #8DE1CB;
}
</style>