Shades of Riptide #8ED2CA
Tints of Riptide #8ED2CA
RGB
CMYK
RGB Variations
Color information
#8ED2CA (or 0x8ED2CA) is known color: Riptide. HEX triplet: 8E, D2 and CA. RGB value is (142,210,202). Sum of RGB (Red+Green+Blue) = 142+210+202=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2CA is #712D35. Grayscale: #BCBCBC. Windows color (decimal): -7417142 or 13292174. OLE color: 13292174.
HSL color Cylindrical-coordinate representation of color #8ED2CA: hue angle of 172.94º 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 #8ED2CA is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 202 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.18 |
| HSL | 172.94º | 0.43% | 0.69% | - |
| HSV(B) | 172.94º | 0.32% | 0.82% | - |
| XYZ | 44.86 | 56.11 | 64.34 | - |
| YUV | 188.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 202 | 0.32 | 0 | 0.04 | 0.18 | 172.94 | 0.43 | 0.69 |
| Hex | 8E | D2 | CA | 20 | 0 | 4 | 12 | AD | 2B | 45 |
| Octal | 216 | 322 | 312 | 40 | 0 | 4 | 22 | 255 | 53 | 105 |
| Binary | 10001110 | 11010010 | 11001010 | 100000 | 0 | 100 | 10010 | 10101101 | 101011 | 1000101 |
Color Harmonies of #8ED2CA
Complementary color
Monochromatic Colors of #8ED2CA
Black with #8ED2CA
Text Example
Text Example
White with #8ED2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED2CA; }
p { color: rgb(142,210,202); }
H1.HeaderClassName
{
color: #8ED2CA;
}
.AnyTagClassName
{
color: #8ED2CA;
}
</style>
background-color css
<style>
a { background-color: #8ED2CA; }
a { background-color: rgb(142,210,202); }
div.DivClassName
{
background-color: #8ED2CA;
}
.BgClassName
{
background-color: #8ED2CA;
}
</style>
border-color css
<style>
span { border-color: #8ED2CA; }
span { border-color: rgb(142,210,202); }
td.TdClassName
{
border-color: #8ED2CA;
}
.TagClassName
{
border-color: #8ED2CA;
}
</style>