Shades of Riptide #8CE3CB
Tints of Riptide #8CE3CB
RGB
CMYK
RGB Variations
Color information
#8CE3CB (or 0x8CE3CB) is known color: Riptide. HEX triplet: 8C, E3 and CB. RGB value is (140,227,203). Sum of RGB (Red+Green+Blue) = 140+227+203=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE3CB is #731C34. Grayscale: #C6C6C6. Windows color (decimal): -7543861 or 13362060. OLE color: 13362060.
HSL color Cylindrical-coordinate representation of color #8CE3CB: hue angle of 163.45º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE3CB is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 203 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.11 |
| HSL | 163.45º | 0.61% | 0.72% | - |
| HSV(B) | 163.45º | 0.38% | 0.89% | - |
| XYZ | 49.06 | 64.83 | 66.43 | - |
| YUV | 198.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 203 | 0.38 | 0 | 0.11 | 0.11 | 163.45 | 0.61 | 0.72 |
| Hex | 8C | E3 | CB | 26 | 0 | B | B | A3 | 3D | 48 |
| Octal | 214 | 343 | 313 | 46 | 0 | 13 | 13 | 243 | 75 | 110 |
| Binary | 10001100 | 11100011 | 11001011 | 100110 | 0 | 1011 | 1011 | 10100011 | 111101 | 1001000 |
Color Harmonies of #8CE3CB
Complementary color
Monochromatic Colors of #8CE3CB
Black with #8CE3CB
Text Example
Text Example
White with #8CE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE3CB; }
p { color: rgb(140,227,203); }
H1.HeaderClassName
{
color: #8CE3CB;
}
.AnyTagClassName
{
color: #8CE3CB;
}
</style>
background-color css
<style>
a { background-color: #8CE3CB; }
a { background-color: rgb(140,227,203); }
div.DivClassName
{
background-color: #8CE3CB;
}
.BgClassName
{
background-color: #8CE3CB;
}
</style>
border-color css
<style>
span { border-color: #8CE3CB; }
span { border-color: rgb(140,227,203); }
td.TdClassName
{
border-color: #8CE3CB;
}
.TagClassName
{
border-color: #8CE3CB;
}
</style>