Shades of Riptide #8CEAC6
Tints of Riptide #8CEAC6
RGB
CMYK
RGB Variations
Color information
#8CEAC6 (or 0x8CEAC6) is known color: Riptide. HEX triplet: 8C, EA and C6. RGB value is (140,234,198). Sum of RGB (Red+Green+Blue) = 140+234+198=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEAC6 is #731539. Grayscale: #C9C9C9. Windows color (decimal): -7542074 or 13036172. OLE color: 13036172.
HSL color Cylindrical-coordinate representation of color #8CEAC6: hue angle of 157.02º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEAC6 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 198 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.08 |
| HSL | 157.02º | 0.69% | 0.73% | - |
| HSV(B) | 157.02º | 0.4% | 0.92% | - |
| XYZ | 50.43 | 68.5 | 63.99 | - |
| YUV | 201.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 198 | 0.40 | 0 | 0.15 | 0.08 | 157.02 | 0.69 | 0.73 |
| Hex | 8C | EA | C6 | 28 | 0 | F | 8 | 9D | 45 | 49 |
| Octal | 214 | 352 | 306 | 50 | 0 | 17 | 10 | 235 | 105 | 111 |
| Binary | 10001100 | 11101010 | 11000110 | 101000 | 0 | 1111 | 1000 | 10011101 | 1000101 | 1001001 |
Color Harmonies of #8CEAC6
Complementary color
Monochromatic Colors of #8CEAC6
Black with #8CEAC6
Text Example
Text Example
White with #8CEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEAC6; }
p { color: rgb(140,234,198); }
H1.HeaderClassName
{
color: #8CEAC6;
}
.AnyTagClassName
{
color: #8CEAC6;
}
</style>
background-color css
<style>
a { background-color: #8CEAC6; }
a { background-color: rgb(140,234,198); }
div.DivClassName
{
background-color: #8CEAC6;
}
.BgClassName
{
background-color: #8CEAC6;
}
</style>
border-color css
<style>
span { border-color: #8CEAC6; }
span { border-color: rgb(140,234,198); }
td.TdClassName
{
border-color: #8CEAC6;
}
.TagClassName
{
border-color: #8CEAC6;
}
</style>