Shades of Riptide #8DECC8
Tints of Riptide #8DECC8
RGB
CMYK
RGB Variations
Color information
#8DECC8 (or 0x8DECC8) is known color: Riptide. HEX triplet: 8D, EC and C8. RGB value is (141,236,200). Sum of RGB (Red+Green+Blue) = 141+236+200=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECC8 is #721337. Grayscale: #CBCBCB. Windows color (decimal): -7476024 or 13167757. OLE color: 13167757.
HSL color Cylindrical-coordinate representation of color #8DECC8: hue angle of 157.26º 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 #8DECC8 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 200 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.07 |
| HSL | 157.26º | 0.71% | 0.74% | - |
| HSV(B) | 157.26º | 0.4% | 0.93% | - |
| XYZ | 51.41 | 69.82 | 65.41 | - |
| YUV | 203.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 200 | 0.40 | 0 | 0.15 | 0.07 | 157.26 | 0.71 | 0.74 |
| Hex | 8D | EC | C8 | 28 | 0 | F | 7 | 9D | 47 | 4A |
| Octal | 215 | 354 | 310 | 50 | 0 | 17 | 7 | 235 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11001000 | 101000 | 0 | 1111 | 111 | 10011101 | 1000111 | 1001010 |
Color Harmonies of #8DECC8
Complementary color
Monochromatic Colors of #8DECC8
Black with #8DECC8
Text Example
Text Example
White with #8DECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECC8; }
p { color: rgb(141,236,200); }
H1.HeaderClassName
{
color: #8DECC8;
}
.AnyTagClassName
{
color: #8DECC8;
}
</style>
background-color css
<style>
a { background-color: #8DECC8; }
a { background-color: rgb(141,236,200); }
div.DivClassName
{
background-color: #8DECC8;
}
.BgClassName
{
background-color: #8DECC8;
}
</style>
border-color css
<style>
span { border-color: #8DECC8; }
span { border-color: rgb(141,236,200); }
td.TdClassName
{
border-color: #8DECC8;
}
.TagClassName
{
border-color: #8DECC8;
}
</style>