Shades of Riptide #8EDDCA
Tints of Riptide #8EDDCA
RGB
CMYK
RGB Variations
Color information
#8EDDCA (or 0x8EDDCA) is known color: Riptide. HEX triplet: 8E, DD and CA. RGB value is (142,221,202). Sum of RGB (Red+Green+Blue) = 142+221+202=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDCA is #712235. Grayscale: #C3C3C3. Windows color (decimal): -7414326 or 13294990. OLE color: 13294990.
HSL color Cylindrical-coordinate representation of color #8EDDCA: hue angle of 165.57º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDCA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 202 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.13 |
| HSL | 165.57º | 0.54% | 0.71% | - |
| HSV(B) | 165.57º | 0.36% | 0.87% | - |
| XYZ | 47.67 | 61.73 | 65.28 | - |
| YUV | 195.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 202 | 0.36 | 0 | 0.09 | 0.13 | 165.57 | 0.54 | 0.71 |
| Hex | 8E | DD | CA | 24 | 0 | 9 | D | A6 | 36 | 47 |
| Octal | 216 | 335 | 312 | 44 | 0 | 11 | 15 | 246 | 66 | 107 |
| Binary | 10001110 | 11011101 | 11001010 | 100100 | 0 | 1001 | 1101 | 10100110 | 110110 | 1000111 |
Color Harmonies of #8EDDCA
Complementary color
Monochromatic Colors of #8EDDCA
Black with #8EDDCA
Text Example
Text Example
White with #8EDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDCA; }
p { color: rgb(142,221,202); }
H1.HeaderClassName
{
color: #8EDDCA;
}
.AnyTagClassName
{
color: #8EDDCA;
}
</style>
background-color css
<style>
a { background-color: #8EDDCA; }
a { background-color: rgb(142,221,202); }
div.DivClassName
{
background-color: #8EDDCA;
}
.BgClassName
{
background-color: #8EDDCA;
}
</style>
border-color css
<style>
span { border-color: #8EDDCA; }
span { border-color: rgb(142,221,202); }
td.TdClassName
{
border-color: #8EDDCA;
}
.TagClassName
{
border-color: #8EDDCA;
}
</style>