Shades of Riptide #8CE9C9
Tints of Riptide #8CE9C9
RGB
CMYK
RGB Variations
Color information
#8CE9C9 (or 0x8CE9C9) is known color: Riptide. HEX triplet: 8C, E9 and C9. RGB value is (140,233,201). Sum of RGB (Red+Green+Blue) = 140+233+201=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9C9 is #731636. Grayscale: #C9C9C9. Windows color (decimal): -7542327 or 13232524. OLE color: 13232524.
HSL color Cylindrical-coordinate representation of color #8CE9C9: hue angle of 159.35º degrees, saturation: 0.68, 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 #8CE9C9 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 201 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.09 |
| HSL | 159.35º | 0.68% | 0.73% | - |
| HSV(B) | 159.35º | 0.4% | 0.91% | - |
| XYZ | 50.5 | 68.07 | 65.74 | - |
| YUV | 201.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 201 | 0.40 | 0 | 0.14 | 0.09 | 159.35 | 0.68 | 0.73 |
| Hex | 8C | E9 | C9 | 28 | 0 | E | 9 | 9F | 44 | 49 |
| Octal | 214 | 351 | 311 | 50 | 0 | 16 | 11 | 237 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11001001 | 101000 | 0 | 1110 | 1001 | 10011111 | 1000100 | 1001001 |
Color Harmonies of #8CE9C9
Complementary color
Monochromatic Colors of #8CE9C9
Black with #8CE9C9
Text Example
Text Example
White with #8CE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9C9; }
p { color: rgb(140,233,201); }
H1.HeaderClassName
{
color: #8CE9C9;
}
.AnyTagClassName
{
color: #8CE9C9;
}
</style>
background-color css
<style>
a { background-color: #8CE9C9; }
a { background-color: rgb(140,233,201); }
div.DivClassName
{
background-color: #8CE9C9;
}
.BgClassName
{
background-color: #8CE9C9;
}
</style>
border-color css
<style>
span { border-color: #8CE9C9; }
span { border-color: rgb(140,233,201); }
td.TdClassName
{
border-color: #8CE9C9;
}
.TagClassName
{
border-color: #8CE9C9;
}
</style>