Shades of Riptide #8CE4CC
Tints of Riptide #8CE4CC
RGB
CMYK
RGB Variations
Color information
#8CE4CC (or 0x8CE4CC) is known color: Riptide. HEX triplet: 8C, E4 and CC. RGB value is (140,228,204). Sum of RGB (Red+Green+Blue) = 140+228+204=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE4CC is #731B33. Grayscale: #C6C6C6. Windows color (decimal): -7543604 or 13427852. OLE color: 13427852.
HSL color Cylindrical-coordinate representation of color #8CE4CC: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4CC is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 204 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.11 |
| HSL | 163.64º | 0.62% | 0.72% | - |
| HSV(B) | 163.64º | 0.39% | 0.89% | - |
| XYZ | 49.46 | 65.42 | 67.15 | - |
| YUV | 198.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 204 | 0.39 | 0 | 0.11 | 0.11 | 163.64 | 0.62 | 0.72 |
| Hex | 8C | E4 | CC | 27 | 0 | B | B | A4 | 3E | 48 |
| Octal | 214 | 344 | 314 | 47 | 0 | 13 | 13 | 244 | 76 | 110 |
| Binary | 10001100 | 11100100 | 11001100 | 100111 | 0 | 1011 | 1011 | 10100100 | 111110 | 1001000 |
Color Harmonies of #8CE4CC
Complementary color
Monochromatic Colors of #8CE4CC
Black with #8CE4CC
Text Example
Text Example
White with #8CE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4CC; }
p { color: rgb(140,228,204); }
H1.HeaderClassName
{
color: #8CE4CC;
}
.AnyTagClassName
{
color: #8CE4CC;
}
</style>
background-color css
<style>
a { background-color: #8CE4CC; }
a { background-color: rgb(140,228,204); }
div.DivClassName
{
background-color: #8CE4CC;
}
.BgClassName
{
background-color: #8CE4CC;
}
</style>
border-color css
<style>
span { border-color: #8CE4CC; }
span { border-color: rgb(140,228,204); }
td.TdClassName
{
border-color: #8CE4CC;
}
.TagClassName
{
border-color: #8CE4CC;
}
</style>