Shades of Riptide #8ECDCA
Tints of Riptide #8ECDCA
RGB
CMYK
RGB Variations
Color information
#8ECDCA (or 0x8ECDCA) is known color: Riptide. HEX triplet: 8E, CD and CA. RGB value is (142,205,202). Sum of RGB (Red+Green+Blue) = 142+205+202=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDCA is #713235. Grayscale: #B9B9B9. Windows color (decimal): -7418422 or 13290894. OLE color: 13290894.
HSL color Cylindrical-coordinate representation of color #8ECDCA: hue angle of 177.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDCA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 202 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.20 |
| HSL | 177.14º | 0.39% | 0.68% | - |
| HSV(B) | 177.14º | 0.31% | 0.8% | - |
| XYZ | 43.65 | 53.68 | 63.94 | - |
| YUV | 185.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 202 | 0.31 | 0 | 0.01 | 0.20 | 177.14 | 0.39 | 0.68 |
| Hex | 8E | CD | CA | 1F | 0 | 1 | 14 | B1 | 27 | 44 |
| Octal | 216 | 315 | 312 | 37 | 0 | 1 | 24 | 261 | 47 | 104 |
| Binary | 10001110 | 11001101 | 11001010 | 11111 | 0 | 1 | 10100 | 10110001 | 100111 | 1000100 |
Color Harmonies of #8ECDCA
Complementary color
Monochromatic Colors of #8ECDCA
Black with #8ECDCA
Text Example
Text Example
White with #8ECDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDCA; }
p { color: rgb(142,205,202); }
H1.HeaderClassName
{
color: #8ECDCA;
}
.AnyTagClassName
{
color: #8ECDCA;
}
</style>
background-color css
<style>
a { background-color: #8ECDCA; }
a { background-color: rgb(142,205,202); }
div.DivClassName
{
background-color: #8ECDCA;
}
.BgClassName
{
background-color: #8ECDCA;
}
</style>
border-color css
<style>
span { border-color: #8ECDCA; }
span { border-color: rgb(142,205,202); }
td.TdClassName
{
border-color: #8ECDCA;
}
.TagClassName
{
border-color: #8ECDCA;
}
</style>