Shades of Riptide #8CE8CC
Tints of Riptide #8CE8CC
RGB
CMYK
RGB Variations
Color information
#8CE8CC (or 0x8CE8CC) is known color: Riptide. HEX triplet: 8C, E8 and CC. RGB value is (140,232,204). Sum of RGB (Red+Green+Blue) = 140+232+204=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8CC is #731733. Grayscale: #C9C9C9. Windows color (decimal): -7542580 or 13428876. OLE color: 13428876.
HSL color Cylindrical-coordinate representation of color #8CE8CC: hue angle of 161.74º 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 #8CE8CC is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 204 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.09 |
| HSL | 161.74º | 0.67% | 0.73% | - |
| HSV(B) | 161.74º | 0.4% | 0.91% | - |
| XYZ | 50.57 | 67.65 | 67.52 | - |
| YUV | 201.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 204 | 0.40 | 0 | 0.12 | 0.09 | 161.74 | 0.67 | 0.73 |
| Hex | 8C | E8 | CC | 28 | 0 | C | 9 | A2 | 43 | 49 |
| Octal | 214 | 350 | 314 | 50 | 0 | 14 | 11 | 242 | 103 | 111 |
| Binary | 10001100 | 11101000 | 11001100 | 101000 | 0 | 1100 | 1001 | 10100010 | 1000011 | 1001001 |
Color Harmonies of #8CE8CC
Complementary color
Monochromatic Colors of #8CE8CC
Black with #8CE8CC
Text Example
Text Example
White with #8CE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE8CC; }
p { color: rgb(140,232,204); }
H1.HeaderClassName
{
color: #8CE8CC;
}
.AnyTagClassName
{
color: #8CE8CC;
}
</style>
background-color css
<style>
a { background-color: #8CE8CC; }
a { background-color: rgb(140,232,204); }
div.DivClassName
{
background-color: #8CE8CC;
}
.BgClassName
{
background-color: #8CE8CC;
}
</style>
border-color css
<style>
span { border-color: #8CE8CC; }
span { border-color: rgb(140,232,204); }
td.TdClassName
{
border-color: #8CE8CC;
}
.TagClassName
{
border-color: #8CE8CC;
}
</style>