Shades of Riptide #8DECD3
Tints of Riptide #8DECD3
RGB
CMYK
RGB Variations
Color information
#8DECD3 (or 0x8DECD3) is known color: Riptide. HEX triplet: 8D, EC and D3. RGB value is (141,236,211). Sum of RGB (Red+Green+Blue) = 141+236+211=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECD3 is #72132C. Grayscale: #CCCCCC. Windows color (decimal): -7476013 or 13888653. OLE color: 13888653.
HSL color Cylindrical-coordinate representation of color #8DECD3: hue angle of 164.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECD3 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 211 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.07 |
| HSL | 164.21º | 0.71% | 0.74% | - |
| HSV(B) | 164.21º | 0.4% | 0.93% | - |
| XYZ | 52.74 | 70.36 | 72.43 | - |
| YUV | 204.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 211 | 0.40 | 0 | 0.11 | 0.07 | 164.21 | 0.71 | 0.74 |
| Hex | 8D | EC | D3 | 28 | 0 | B | 7 | A4 | 47 | 4A |
| Octal | 215 | 354 | 323 | 50 | 0 | 13 | 7 | 244 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11010011 | 101000 | 0 | 1011 | 111 | 10100100 | 1000111 | 1001010 |
Color Harmonies of #8DECD3
Complementary color
Monochromatic Colors of #8DECD3
Black with #8DECD3
Text Example
Text Example
White with #8DECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECD3; }
p { color: rgb(141,236,211); }
H1.HeaderClassName
{
color: #8DECD3;
}
.AnyTagClassName
{
color: #8DECD3;
}
</style>
background-color css
<style>
a { background-color: #8DECD3; }
a { background-color: rgb(141,236,211); }
div.DivClassName
{
background-color: #8DECD3;
}
.BgClassName
{
background-color: #8DECD3;
}
</style>
border-color css
<style>
span { border-color: #8DECD3; }
span { border-color: rgb(141,236,211); }
td.TdClassName
{
border-color: #8DECD3;
}
.TagClassName
{
border-color: #8DECD3;
}
</style>