Shades of Riptide #8DEACC
Tints of Riptide #8DEACC
RGB
CMYK
RGB Variations
Color information
#8DEACC (or 0x8DEACC) is known color: Riptide. HEX triplet: 8D, EA and CC. RGB value is (141,234,204). Sum of RGB (Red+Green+Blue) = 141+234+204=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEACC is #721533. Grayscale: #CACACA. Windows color (decimal): -7476532 or 13429389. OLE color: 13429389.
HSL color Cylindrical-coordinate representation of color #8DEACC: hue angle of 160.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEACC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 204 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.08 |
| HSL | 160.65º | 0.69% | 0.74% | - |
| HSV(B) | 160.65º | 0.4% | 0.92% | - |
| XYZ | 51.31 | 68.87 | 67.72 | - |
| YUV | 202.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 204 | 0.40 | 0 | 0.13 | 0.08 | 160.65 | 0.69 | 0.74 |
| Hex | 8D | EA | CC | 28 | 0 | D | 8 | A1 | 45 | 4A |
| Octal | 215 | 352 | 314 | 50 | 0 | 15 | 10 | 241 | 105 | 112 |
| Binary | 10001101 | 11101010 | 11001100 | 101000 | 0 | 1101 | 1000 | 10100001 | 1000101 | 1001010 |
Color Harmonies of #8DEACC
Complementary color
Monochromatic Colors of #8DEACC
Black with #8DEACC
Text Example
Text Example
White with #8DEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEACC; }
p { color: rgb(141,234,204); }
H1.HeaderClassName
{
color: #8DEACC;
}
.AnyTagClassName
{
color: #8DEACC;
}
</style>
background-color css
<style>
a { background-color: #8DEACC; }
a { background-color: rgb(141,234,204); }
div.DivClassName
{
background-color: #8DEACC;
}
.BgClassName
{
background-color: #8DEACC;
}
</style>
border-color css
<style>
span { border-color: #8DEACC; }
span { border-color: rgb(141,234,204); }
td.TdClassName
{
border-color: #8DEACC;
}
.TagClassName
{
border-color: #8DEACC;
}
</style>