Shades of Riptide #8ED2CB
Tints of Riptide #8ED2CB
RGB
CMYK
RGB Variations
Color information
#8ED2CB (or 0x8ED2CB) is known color: Riptide. HEX triplet: 8E, D2 and CB. RGB value is (142,210,203). Sum of RGB (Red+Green+Blue) = 142+210+203=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2CB is #712D34. Grayscale: #BCBCBC. Windows color (decimal): -7417141 or 13357710. OLE color: 13357710.
HSL color Cylindrical-coordinate representation of color #8ED2CB: hue angle of 173.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED2CB is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 203 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.18 |
| HSL | 173.82º | 0.43% | 0.69% | - |
| HSV(B) | 173.82º | 0.32% | 0.82% | - |
| XYZ | 44.98 | 56.16 | 64.97 | - |
| YUV | 188.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 203 | 0.32 | 0 | 0.03 | 0.18 | 173.82 | 0.43 | 0.69 |
| Hex | 8E | D2 | CB | 20 | 0 | 3 | 12 | AE | 2B | 45 |
| Octal | 216 | 322 | 313 | 40 | 0 | 3 | 22 | 256 | 53 | 105 |
| Binary | 10001110 | 11010010 | 11001011 | 100000 | 0 | 11 | 10010 | 10101110 | 101011 | 1000101 |
Color Harmonies of #8ED2CB
Complementary color
Monochromatic Colors of #8ED2CB
Black with #8ED2CB
Text Example
Text Example
White with #8ED2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED2CB; }
p { color: rgb(142,210,203); }
H1.HeaderClassName
{
color: #8ED2CB;
}
.AnyTagClassName
{
color: #8ED2CB;
}
</style>
background-color css
<style>
a { background-color: #8ED2CB; }
a { background-color: rgb(142,210,203); }
div.DivClassName
{
background-color: #8ED2CB;
}
.BgClassName
{
background-color: #8ED2CB;
}
</style>
border-color css
<style>
span { border-color: #8ED2CB; }
span { border-color: rgb(142,210,203); }
td.TdClassName
{
border-color: #8ED2CB;
}
.TagClassName
{
border-color: #8ED2CB;
}
</style>