Shades of Riptide #8DECCA
Tints of Riptide #8DECCA
RGB
CMYK
RGB Variations
Color information
#8DECCA (or 0x8DECCA) is known color: Riptide. HEX triplet: 8D, EC and CA. RGB value is (141,236,202). Sum of RGB (Red+Green+Blue) = 141+236+202=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECCA is #721335. Grayscale: #CBCBCB. Windows color (decimal): -7476022 or 13298829. OLE color: 13298829.
HSL color Cylindrical-coordinate representation of color #8DECCA: hue angle of 158.53º 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 #8DECCA is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 202 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.07 |
| HSL | 158.53º | 0.71% | 0.74% | - |
| HSV(B) | 158.53º | 0.4% | 0.93% | - |
| XYZ | 51.64 | 69.92 | 66.65 | - |
| YUV | 203.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 202 | 0.40 | 0 | 0.14 | 0.07 | 158.53 | 0.71 | 0.74 |
| Hex | 8D | EC | CA | 28 | 0 | E | 7 | 9F | 47 | 4A |
| Octal | 215 | 354 | 312 | 50 | 0 | 16 | 7 | 237 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11001010 | 101000 | 0 | 1110 | 111 | 10011111 | 1000111 | 1001010 |
Color Harmonies of #8DECCA
Complementary color
Monochromatic Colors of #8DECCA
Black with #8DECCA
Text Example
Text Example
White with #8DECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECCA; }
p { color: rgb(141,236,202); }
H1.HeaderClassName
{
color: #8DECCA;
}
.AnyTagClassName
{
color: #8DECCA;
}
</style>
background-color css
<style>
a { background-color: #8DECCA; }
a { background-color: rgb(141,236,202); }
div.DivClassName
{
background-color: #8DECCA;
}
.BgClassName
{
background-color: #8DECCA;
}
</style>
border-color css
<style>
span { border-color: #8DECCA; }
span { border-color: rgb(141,236,202); }
td.TdClassName
{
border-color: #8DECCA;
}
.TagClassName
{
border-color: #8DECCA;
}
</style>