Shades of Riptide #8CEDCD
Tints of Riptide #8CEDCD
RGB
CMYK
RGB Variations
Color information
#8CEDCD (or 0x8CEDCD) is known color: Riptide. HEX triplet: 8C, ED and CD. RGB value is (140,237,205). Sum of RGB (Red+Green+Blue) = 140+237+205=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDCD is #731232. Grayscale: #CCCCCC. Windows color (decimal): -7541299 or 13495692. OLE color: 13495692.
HSL color Cylindrical-coordinate representation of color #8CEDCD: hue angle of 160.21º 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 #8CEDCD is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 205 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.07 |
| HSL | 160.21º | 0.73% | 0.74% | - |
| HSV(B) | 160.21º | 0.41% | 0.93% | - |
| XYZ | 52.12 | 70.55 | 68.63 | - |
| YUV | 204.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 205 | 0.41 | 0 | 0.14 | 0.07 | 160.21 | 0.73 | 0.74 |
| Hex | 8C | ED | CD | 29 | 0 | E | 7 | A0 | 49 | 4A |
| Octal | 214 | 355 | 315 | 51 | 0 | 16 | 7 | 240 | 111 | 112 |
| Binary | 10001100 | 11101101 | 11001101 | 101001 | 0 | 1110 | 111 | 10100000 | 1001001 | 1001010 |
Color Harmonies of #8CEDCD
Complementary color
Monochromatic Colors of #8CEDCD
Black with #8CEDCD
Text Example
Text Example
White with #8CEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDCD; }
p { color: rgb(140,237,205); }
H1.HeaderClassName
{
color: #8CEDCD;
}
.AnyTagClassName
{
color: #8CEDCD;
}
</style>
background-color css
<style>
a { background-color: #8CEDCD; }
a { background-color: rgb(140,237,205); }
div.DivClassName
{
background-color: #8CEDCD;
}
.BgClassName
{
background-color: #8CEDCD;
}
</style>
border-color css
<style>
span { border-color: #8CEDCD; }
span { border-color: rgb(140,237,205); }
td.TdClassName
{
border-color: #8CEDCD;
}
.TagClassName
{
border-color: #8CEDCD;
}
</style>