Shades of Riptide #8ED5CC
Tints of Riptide #8ED5CC
RGB
CMYK
RGB Variations
Color information
#8ED5CC (or 0x8ED5CC) is known color: Riptide. HEX triplet: 8E, D5 and CC. RGB value is (142,213,204). Sum of RGB (Red+Green+Blue) = 142+213+204=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED5CC is #712A33. Grayscale: #BEBEBE. Windows color (decimal): -7416372 or 13424014. OLE color: 13424014.
HSL color Cylindrical-coordinate representation of color #8ED5CC: hue angle of 172.39º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED5CC is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 204 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.16 |
| HSL | 172.39º | 0.46% | 0.7% | - |
| HSV(B) | 172.39º | 0.33% | 0.84% | - |
| XYZ | 45.85 | 57.7 | 65.85 | - |
| YUV | 190.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 204 | 0.33 | 0 | 0.04 | 0.16 | 172.39 | 0.46 | 0.7 |
| Hex | 8E | D5 | CC | 21 | 0 | 4 | 10 | AC | 2E | 46 |
| Octal | 216 | 325 | 314 | 41 | 0 | 4 | 20 | 254 | 56 | 106 |
| Binary | 10001110 | 11010101 | 11001100 | 100001 | 0 | 100 | 10000 | 10101100 | 101110 | 1000110 |
Color Harmonies of #8ED5CC
Complementary color
Monochromatic Colors of #8ED5CC
Black with #8ED5CC
Text Example
Text Example
White with #8ED5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED5CC; }
p { color: rgb(142,213,204); }
H1.HeaderClassName
{
color: #8ED5CC;
}
.AnyTagClassName
{
color: #8ED5CC;
}
</style>
background-color css
<style>
a { background-color: #8ED5CC; }
a { background-color: rgb(142,213,204); }
div.DivClassName
{
background-color: #8ED5CC;
}
.BgClassName
{
background-color: #8ED5CC;
}
</style>
border-color css
<style>
span { border-color: #8ED5CC; }
span { border-color: rgb(142,213,204); }
td.TdClassName
{
border-color: #8ED5CC;
}
.TagClassName
{
border-color: #8ED5CC;
}
</style>