Shades of Riptide #8CECC5
Tints of Riptide #8CECC5
RGB
CMYK
RGB Variations
Color information
#8CECC5 (or 0x8CECC5) is known color: Riptide. HEX triplet: 8C, EC and C5. RGB value is (140,236,197). Sum of RGB (Red+Green+Blue) = 140+236+197=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECC5 is #73133A. Grayscale: #CACACA. Windows color (decimal): -7541563 or 12971148. OLE color: 12971148.
HSL color Cylindrical-coordinate representation of color #8CECC5: hue angle of 155.62º 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 #8CECC5 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 197 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.07 |
| HSL | 155.63º | 0.72% | 0.74% | - |
| HSV(B) | 155.63º | 0.41% | 0.93% | - |
| XYZ | 50.89 | 69.6 | 63.57 | - |
| YUV | 202.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 197 | 0.41 | 0 | 0.17 | 0.07 | 155.63 | 0.72 | 0.74 |
| Hex | 8C | EC | C5 | 29 | 0 | 11 | 7 | 9C | 48 | 4A |
| Octal | 214 | 354 | 305 | 51 | 0 | 21 | 7 | 234 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11000101 | 101001 | 0 | 10001 | 111 | 10011100 | 1001000 | 1001010 |
Color Harmonies of #8CECC5
Complementary color
Monochromatic Colors of #8CECC5
Black with #8CECC5
Text Example
Text Example
White with #8CECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECC5; }
p { color: rgb(140,236,197); }
H1.HeaderClassName
{
color: #8CECC5;
}
.AnyTagClassName
{
color: #8CECC5;
}
</style>
background-color css
<style>
a { background-color: #8CECC5; }
a { background-color: rgb(140,236,197); }
div.DivClassName
{
background-color: #8CECC5;
}
.BgClassName
{
background-color: #8CECC5;
}
</style>
border-color css
<style>
span { border-color: #8CECC5; }
span { border-color: rgb(140,236,197); }
td.TdClassName
{
border-color: #8CECC5;
}
.TagClassName
{
border-color: #8CECC5;
}
</style>