Shades of Riptide #8CECDC
Tints of Riptide #8CECDC
RGB
CMYK
RGB Variations
Color information
#8CECDC (or 0x8CECDC) is known color: Riptide. HEX triplet: 8C, EC and DC. RGB value is (140,236,220). Sum of RGB (Red+Green+Blue) = 140+236+220=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECDC is #731323. Grayscale: #CDCDCD. Windows color (decimal): -7541540 or 14478476. OLE color: 14478476.
HSL color Cylindrical-coordinate representation of color #8CECDC: hue angle of 170º degrees, saturation: 0.72, 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 #8CECDC is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 220 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.07 |
| HSL | 170º | 0.72% | 0.74% | - |
| HSV(B) | 170º | 0.41% | 0.93% | - |
| XYZ | 53.73 | 70.73 | 78.53 | - |
| YUV | 205.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 220 | 0.41 | 0 | 0.07 | 0.07 | 170 | 0.72 | 0.74 |
| Hex | 8C | EC | DC | 29 | 0 | 7 | 7 | AA | 48 | 4A |
| Octal | 214 | 354 | 334 | 51 | 0 | 7 | 7 | 252 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11011100 | 101001 | 0 | 111 | 111 | 10101010 | 1001000 | 1001010 |
Color Harmonies of #8CECDC
Complementary color
Monochromatic Colors of #8CECDC
Black with #8CECDC
Text Example
Text Example
White with #8CECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECDC; }
p { color: rgb(140,236,220); }
H1.HeaderClassName
{
color: #8CECDC;
}
.AnyTagClassName
{
color: #8CECDC;
}
</style>
background-color css
<style>
a { background-color: #8CECDC; }
a { background-color: rgb(140,236,220); }
div.DivClassName
{
background-color: #8CECDC;
}
.BgClassName
{
background-color: #8CECDC;
}
</style>
border-color css
<style>
span { border-color: #8CECDC; }
span { border-color: rgb(140,236,220); }
td.TdClassName
{
border-color: #8CECDC;
}
.TagClassName
{
border-color: #8CECDC;
}
</style>