Shades of Riptide #8CE8C9
Tints of Riptide #8CE8C9
RGB
CMYK
RGB Variations
Color information
#8CE8C9 (or 0x8CE8C9) is known color: Riptide. HEX triplet: 8C, E8 and C9. RGB value is (140,232,201). Sum of RGB (Red+Green+Blue) = 140+232+201=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8C9 is #731736. Grayscale: #C8C8C8. Windows color (decimal): -7542583 or 13232268. OLE color: 13232268.
HSL color Cylindrical-coordinate representation of color #8CE8C9: hue angle of 159.78º degrees, saturation: 0.67, 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 #8CE8C9 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 201 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.09 |
| HSL | 159.78º | 0.67% | 0.73% | - |
| HSV(B) | 159.78º | 0.4% | 0.91% | - |
| XYZ | 50.21 | 67.51 | 65.64 | - |
| YUV | 200.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 201 | 0.40 | 0 | 0.13 | 0.09 | 159.78 | 0.67 | 0.73 |
| Hex | 8C | E8 | C9 | 28 | 0 | D | 9 | A0 | 43 | 49 |
| Octal | 214 | 350 | 311 | 50 | 0 | 15 | 11 | 240 | 103 | 111 |
| Binary | 10001100 | 11101000 | 11001001 | 101000 | 0 | 1101 | 1001 | 10100000 | 1000011 | 1001001 |
Color Harmonies of #8CE8C9
Complementary color
Monochromatic Colors of #8CE8C9
Black with #8CE8C9
Text Example
Text Example
White with #8CE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE8C9; }
p { color: rgb(140,232,201); }
H1.HeaderClassName
{
color: #8CE8C9;
}
.AnyTagClassName
{
color: #8CE8C9;
}
</style>
background-color css
<style>
a { background-color: #8CE8C9; }
a { background-color: rgb(140,232,201); }
div.DivClassName
{
background-color: #8CE8C9;
}
.BgClassName
{
background-color: #8CE8C9;
}
</style>
border-color css
<style>
span { border-color: #8CE8C9; }
span { border-color: rgb(140,232,201); }
td.TdClassName
{
border-color: #8CE8C9;
}
.TagClassName
{
border-color: #8CE8C9;
}
</style>