Shades of Riptide #8DE1CC
Tints of Riptide #8DE1CC
RGB
CMYK
RGB Variations
Color information
#8DE1CC (or 0x8DE1CC) is known color: Riptide. HEX triplet: 8D, E1 and CC. RGB value is (141,225,204). Sum of RGB (Red+Green+Blue) = 141+225+204=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1CC is #721E33. Grayscale: #C5C5C5. Windows color (decimal): -7478836 or 13427085. OLE color: 13427085.
HSL color Cylindrical-coordinate representation of color #8DE1CC: hue angle of 165º 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 #8DE1CC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 204 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.12 |
| HSL | 165º | 0.58% | 0.72% | - |
| HSV(B) | 165º | 0.37% | 0.88% | - |
| XYZ | 48.81 | 63.87 | 66.88 | - |
| YUV | 197.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 204 | 0.37 | 0 | 0.09 | 0.12 | 165 | 0.58 | 0.72 |
| Hex | 8D | E1 | CC | 25 | 0 | 9 | C | A5 | 3A | 48 |
| Octal | 215 | 341 | 314 | 45 | 0 | 11 | 14 | 245 | 72 | 110 |
| Binary | 10001101 | 11100001 | 11001100 | 100101 | 0 | 1001 | 1100 | 10100101 | 111010 | 1001000 |
Color Harmonies of #8DE1CC
Complementary color
Monochromatic Colors of #8DE1CC
Black with #8DE1CC
Text Example
Text Example
White with #8DE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1CC; }
p { color: rgb(141,225,204); }
H1.HeaderClassName
{
color: #8DE1CC;
}
.AnyTagClassName
{
color: #8DE1CC;
}
</style>
background-color css
<style>
a { background-color: #8DE1CC; }
a { background-color: rgb(141,225,204); }
div.DivClassName
{
background-color: #8DE1CC;
}
.BgClassName
{
background-color: #8DE1CC;
}
</style>
border-color css
<style>
span { border-color: #8DE1CC; }
span { border-color: rgb(141,225,204); }
td.TdClassName
{
border-color: #8DE1CC;
}
.TagClassName
{
border-color: #8DE1CC;
}
</style>