Shades of Riptide #8CECC0
Tints of Riptide #8CECC0
RGB
CMYK
RGB Variations
Color information
#8CECC0 (or 0x8CECC0) is known color: Riptide. HEX triplet: 8C, EC and C0. RGB value is (140,236,192). Sum of RGB (Red+Green+Blue) = 140+236+192=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECC0 is #73133F. Grayscale: #CACACA. Windows color (decimal): -7541568 or 12643468. OLE color: 12643468.
HSL color Cylindrical-coordinate representation of color #8CECC0: hue angle of 152.5º 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 #8CECC0 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 192 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.07 |
| HSL | 152.5º | 0.72% | 0.74% | - |
| HSV(B) | 152.5º | 0.41% | 0.93% | - |
| XYZ | 50.33 | 69.37 | 60.61 | - |
| YUV | 202.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 192 | 0.41 | 0 | 0.19 | 0.07 | 152.5 | 0.72 | 0.74 |
| Hex | 8C | EC | C0 | 29 | 0 | 13 | 7 | 98 | 48 | 4A |
| Octal | 214 | 354 | 300 | 51 | 0 | 23 | 7 | 230 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11000000 | 101001 | 0 | 10011 | 111 | 10011000 | 1001000 | 1001010 |
Color Harmonies of #8CECC0
Complementary color
Monochromatic Colors of #8CECC0
Black with #8CECC0
Text Example
Text Example
White with #8CECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECC0; }
p { color: rgb(140,236,192); }
H1.HeaderClassName
{
color: #8CECC0;
}
.AnyTagClassName
{
color: #8CECC0;
}
</style>
background-color css
<style>
a { background-color: #8CECC0; }
a { background-color: rgb(140,236,192); }
div.DivClassName
{
background-color: #8CECC0;
}
.BgClassName
{
background-color: #8CECC0;
}
</style>
border-color css
<style>
span { border-color: #8CECC0; }
span { border-color: rgb(140,236,192); }
td.TdClassName
{
border-color: #8CECC0;
}
.TagClassName
{
border-color: #8CECC0;
}
</style>