Shades of Riptide #8DE3CC
Tints of Riptide #8DE3CC
RGB
CMYK
RGB Variations
Color information
#8DE3CC (or 0x8DE3CC) is known color: Riptide. HEX triplet: 8D, E3 and CC. RGB value is (141,227,204). Sum of RGB (Red+Green+Blue) = 141+227+204=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE3CC is #721C33. Grayscale: #C6C6C6. Windows color (decimal): -7478324 or 13427597. OLE color: 13427597.
HSL color Cylindrical-coordinate representation of color #8DE3CC: hue angle of 163.95º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE3CC is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 204 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.11 |
| HSL | 163.95º | 0.61% | 0.72% | - |
| HSV(B) | 163.95º | 0.38% | 0.89% | - |
| XYZ | 49.35 | 64.96 | 67.06 | - |
| YUV | 198.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 204 | 0.38 | 0 | 0.10 | 0.11 | 163.95 | 0.61 | 0.72 |
| Hex | 8D | E3 | CC | 26 | 0 | A | B | A4 | 3D | 48 |
| Octal | 215 | 343 | 314 | 46 | 0 | 12 | 13 | 244 | 75 | 110 |
| Binary | 10001101 | 11100011 | 11001100 | 100110 | 0 | 1010 | 1011 | 10100100 | 111101 | 1001000 |
Color Harmonies of #8DE3CC
Complementary color
Monochromatic Colors of #8DE3CC
Black with #8DE3CC
Text Example
Text Example
White with #8DE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE3CC; }
p { color: rgb(141,227,204); }
H1.HeaderClassName
{
color: #8DE3CC;
}
.AnyTagClassName
{
color: #8DE3CC;
}
</style>
background-color css
<style>
a { background-color: #8DE3CC; }
a { background-color: rgb(141,227,204); }
div.DivClassName
{
background-color: #8DE3CC;
}
.BgClassName
{
background-color: #8DE3CC;
}
</style>
border-color css
<style>
span { border-color: #8DE3CC; }
span { border-color: rgb(141,227,204); }
td.TdClassName
{
border-color: #8DE3CC;
}
.TagClassName
{
border-color: #8DE3CC;
}
</style>