Shades of Riptide #8CE6D3
Tints of Riptide #8CE6D3
RGB
CMYK
RGB Variations
Color information
#8CE6D3 (or 0x8CE6D3) is known color: Riptide. HEX triplet: 8C, E6 and D3. RGB value is (140,230,211). Sum of RGB (Red+Green+Blue) = 140+230+211=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE6D3 is #73192C. Grayscale: #C8C8C8. Windows color (decimal): -7543085 or 13887116. OLE color: 13887116.
HSL color Cylindrical-coordinate representation of color #8CE6D3: hue angle of 167.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE6D3 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 230 | 211 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.10 |
| HSL | 167.33º | 0.64% | 0.73% | - |
| HSV(B) | 167.33º | 0.39% | 0.9% | - |
| XYZ | 50.87 | 66.87 | 71.85 | - |
| YUV | 200.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 230 | 211 | 0.39 | 0 | 0.08 | 0.10 | 167.33 | 0.64 | 0.73 |
| Hex | 8C | E6 | D3 | 27 | 0 | 8 | A | A7 | 40 | 49 |
| Octal | 214 | 346 | 323 | 47 | 0 | 10 | 12 | 247 | 100 | 111 |
| Binary | 10001100 | 11100110 | 11010011 | 100111 | 0 | 1000 | 1010 | 10100111 | 1000000 | 1001001 |
Color Harmonies of #8CE6D3
Complementary color
Monochromatic Colors of #8CE6D3
Black with #8CE6D3
Text Example
Text Example
White with #8CE6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE6D3; }
p { color: rgb(140,230,211); }
H1.HeaderClassName
{
color: #8CE6D3;
}
.AnyTagClassName
{
color: #8CE6D3;
}
</style>
background-color css
<style>
a { background-color: #8CE6D3; }
a { background-color: rgb(140,230,211); }
div.DivClassName
{
background-color: #8CE6D3;
}
.BgClassName
{
background-color: #8CE6D3;
}
</style>
border-color css
<style>
span { border-color: #8CE6D3; }
span { border-color: rgb(140,230,211); }
td.TdClassName
{
border-color: #8CE6D3;
}
.TagClassName
{
border-color: #8CE6D3;
}
</style>