Shades of Riptide #8EEBCA
Tints of Riptide #8EEBCA
RGB
CMYK
RGB Variations
Color information
#8EEBCA (or 0x8EEBCA) is known color: Riptide. HEX triplet: 8E, EB and CA. RGB value is (142,235,202). Sum of RGB (Red+Green+Blue) = 142+235+202=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEBCA is #711435. Grayscale: #CBCBCB. Windows color (decimal): -7410742 or 13298574. OLE color: 13298574.
HSL color Cylindrical-coordinate representation of color #8EEBCA: hue angle of 158.71º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBCA is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 202 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.08 |
| HSL | 158.71º | 0.7% | 0.74% | - |
| HSV(B) | 158.71º | 0.4% | 0.92% | - |
| XYZ | 51.52 | 69.43 | 66.56 | - |
| YUV | 203.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 202 | 0.40 | 0 | 0.14 | 0.08 | 158.71 | 0.7 | 0.74 |
| Hex | 8E | EB | CA | 28 | 0 | E | 8 | 9F | 46 | 4A |
| Octal | 216 | 353 | 312 | 50 | 0 | 16 | 10 | 237 | 106 | 112 |
| Binary | 10001110 | 11101011 | 11001010 | 101000 | 0 | 1110 | 1000 | 10011111 | 1000110 | 1001010 |
Color Harmonies of #8EEBCA
Complementary color
Monochromatic Colors of #8EEBCA
Black with #8EEBCA
Text Example
Text Example
White with #8EEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBCA; }
p { color: rgb(142,235,202); }
H1.HeaderClassName
{
color: #8EEBCA;
}
.AnyTagClassName
{
color: #8EEBCA;
}
</style>
background-color css
<style>
a { background-color: #8EEBCA; }
a { background-color: rgb(142,235,202); }
div.DivClassName
{
background-color: #8EEBCA;
}
.BgClassName
{
background-color: #8EEBCA;
}
</style>
border-color css
<style>
span { border-color: #8EEBCA; }
span { border-color: rgb(142,235,202); }
td.TdClassName
{
border-color: #8EEBCA;
}
.TagClassName
{
border-color: #8EEBCA;
}
</style>