Shades of Riptide #8CE9CB
Tints of Riptide #8CE9CB
RGB
CMYK
RGB Variations
Color information
#8CE9CB (or 0x8CE9CB) is known color: Riptide. HEX triplet: 8C, E9 and CB. RGB value is (140,233,203). Sum of RGB (Red+Green+Blue) = 140+233+203=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9CB is #731634. Grayscale: #C9C9C9. Windows color (decimal): -7542325 or 13363596. OLE color: 13363596.
HSL color Cylindrical-coordinate representation of color #8CE9CB: hue angle of 160.65º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9CB is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 203 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.09 |
| HSL | 160.65º | 0.68% | 0.73% | - |
| HSV(B) | 160.65º | 0.4% | 0.91% | - |
| XYZ | 50.73 | 68.17 | 66.98 | - |
| YUV | 201.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 203 | 0.40 | 0 | 0.13 | 0.09 | 160.65 | 0.68 | 0.73 |
| Hex | 8C | E9 | CB | 28 | 0 | D | 9 | A1 | 44 | 49 |
| Octal | 214 | 351 | 313 | 50 | 0 | 15 | 11 | 241 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11001011 | 101000 | 0 | 1101 | 1001 | 10100001 | 1000100 | 1001001 |
Color Harmonies of #8CE9CB
Complementary color
Monochromatic Colors of #8CE9CB
Black with #8CE9CB
Text Example
Text Example
White with #8CE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9CB; }
p { color: rgb(140,233,203); }
H1.HeaderClassName
{
color: #8CE9CB;
}
.AnyTagClassName
{
color: #8CE9CB;
}
</style>
background-color css
<style>
a { background-color: #8CE9CB; }
a { background-color: rgb(140,233,203); }
div.DivClassName
{
background-color: #8CE9CB;
}
.BgClassName
{
background-color: #8CE9CB;
}
</style>
border-color css
<style>
span { border-color: #8CE9CB; }
span { border-color: rgb(140,233,203); }
td.TdClassName
{
border-color: #8CE9CB;
}
.TagClassName
{
border-color: #8CE9CB;
}
</style>