Shades of Riptide #8EE0CB
Tints of Riptide #8EE0CB
RGB
CMYK
RGB Variations
Color information
#8EE0CB (or 0x8EE0CB) is known color: Riptide. HEX triplet: 8E, E0 and CB. RGB value is (142,224,203). Sum of RGB (Red+Green+Blue) = 142+224+203=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE0CB is #711F34. Grayscale: #C5C5C5. Windows color (decimal): -7413557 or 13361294. OLE color: 13361294.
HSL color Cylindrical-coordinate representation of color #8EE0CB: hue angle of 164.63º degrees, saturation: 0.57, 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 #8EE0CB is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 203 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.12 |
| HSL | 164.63º | 0.57% | 0.72% | - |
| HSV(B) | 164.63º | 0.37% | 0.88% | - |
| XYZ | 48.59 | 63.37 | 66.17 | - |
| YUV | 197.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 203 | 0.37 | 0 | 0.09 | 0.12 | 164.63 | 0.57 | 0.72 |
| Hex | 8E | E0 | CB | 25 | 0 | 9 | C | A5 | 39 | 48 |
| Octal | 216 | 340 | 313 | 45 | 0 | 11 | 14 | 245 | 71 | 110 |
| Binary | 10001110 | 11100000 | 11001011 | 100101 | 0 | 1001 | 1100 | 10100101 | 111001 | 1001000 |
Color Harmonies of #8EE0CB
Complementary color
Monochromatic Colors of #8EE0CB
Black with #8EE0CB
Text Example
Text Example
White with #8EE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0CB; }
p { color: rgb(142,224,203); }
H1.HeaderClassName
{
color: #8EE0CB;
}
.AnyTagClassName
{
color: #8EE0CB;
}
</style>
background-color css
<style>
a { background-color: #8EE0CB; }
a { background-color: rgb(142,224,203); }
div.DivClassName
{
background-color: #8EE0CB;
}
.BgClassName
{
background-color: #8EE0CB;
}
</style>
border-color css
<style>
span { border-color: #8EE0CB; }
span { border-color: rgb(142,224,203); }
td.TdClassName
{
border-color: #8EE0CB;
}
.TagClassName
{
border-color: #8EE0CB;
}
</style>