Shades of Riptide #8DEDCA
Tints of Riptide #8DEDCA
RGB
CMYK
RGB Variations
Color information
#8DEDCA (or 0x8DEDCA) is known color: Riptide. HEX triplet: 8D, ED and CA. RGB value is (141,237,202). Sum of RGB (Red+Green+Blue) = 141+237+202=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDCA is #721235. Grayscale: #CCCCCC. Windows color (decimal): -7475766 or 13299085. OLE color: 13299085.
HSL color Cylindrical-coordinate representation of color #8DEDCA: hue angle of 158.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEDCA is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 202 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.07 |
| HSL | 158.13º | 0.73% | 0.74% | - |
| HSV(B) | 158.13º | 0.41% | 0.93% | - |
| XYZ | 51.93 | 70.5 | 66.75 | - |
| YUV | 204.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 202 | 0.41 | 0 | 0.15 | 0.07 | 158.13 | 0.73 | 0.74 |
| Hex | 8D | ED | CA | 29 | 0 | F | 7 | 9E | 49 | 4A |
| Octal | 215 | 355 | 312 | 51 | 0 | 17 | 7 | 236 | 111 | 112 |
| Binary | 10001101 | 11101101 | 11001010 | 101001 | 0 | 1111 | 111 | 10011110 | 1001001 | 1001010 |
Color Harmonies of #8DEDCA
Complementary color
Monochromatic Colors of #8DEDCA
Black with #8DEDCA
Text Example
Text Example
White with #8DEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDCA; }
p { color: rgb(141,237,202); }
H1.HeaderClassName
{
color: #8DEDCA;
}
.AnyTagClassName
{
color: #8DEDCA;
}
</style>
background-color css
<style>
a { background-color: #8DEDCA; }
a { background-color: rgb(141,237,202); }
div.DivClassName
{
background-color: #8DEDCA;
}
.BgClassName
{
background-color: #8DEDCA;
}
</style>
border-color css
<style>
span { border-color: #8DEDCA; }
span { border-color: rgb(141,237,202); }
td.TdClassName
{
border-color: #8DEDCA;
}
.TagClassName
{
border-color: #8DEDCA;
}
</style>