Shades of Riptide #8DEAC9
Tints of Riptide #8DEAC9
RGB
CMYK
RGB Variations
Color information
#8DEAC9 (or 0x8DEAC9) is known color: Riptide. HEX triplet: 8D, EA and C9. RGB value is (141,234,201). Sum of RGB (Red+Green+Blue) = 141+234+201=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAC9 is #721536. Grayscale: #CACACA. Windows color (decimal): -7476535 or 13232781. OLE color: 13232781.
HSL color Cylindrical-coordinate representation of color #8DEAC9: hue angle of 158.71º 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 #8DEAC9 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 201 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.08 |
| HSL | 158.71º | 0.69% | 0.74% | - |
| HSV(B) | 158.71º | 0.4% | 0.92% | - |
| XYZ | 50.95 | 68.73 | 65.84 | - |
| YUV | 202.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 201 | 0.40 | 0 | 0.14 | 0.08 | 158.71 | 0.69 | 0.74 |
| Hex | 8D | EA | C9 | 28 | 0 | E | 8 | 9F | 45 | 4A |
| Octal | 215 | 352 | 311 | 50 | 0 | 16 | 10 | 237 | 105 | 112 |
| Binary | 10001101 | 11101010 | 11001001 | 101000 | 0 | 1110 | 1000 | 10011111 | 1000101 | 1001010 |
Color Harmonies of #8DEAC9
Complementary color
Monochromatic Colors of #8DEAC9
Black with #8DEAC9
Text Example
Text Example
White with #8DEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAC9; }
p { color: rgb(141,234,201); }
H1.HeaderClassName
{
color: #8DEAC9;
}
.AnyTagClassName
{
color: #8DEAC9;
}
</style>
background-color css
<style>
a { background-color: #8DEAC9; }
a { background-color: rgb(141,234,201); }
div.DivClassName
{
background-color: #8DEAC9;
}
.BgClassName
{
background-color: #8DEAC9;
}
</style>
border-color css
<style>
span { border-color: #8DEAC9; }
span { border-color: rgb(141,234,201); }
td.TdClassName
{
border-color: #8DEAC9;
}
.TagClassName
{
border-color: #8DEAC9;
}
</style>