Shades of Riptide #8CEBDA
Tints of Riptide #8CEBDA
RGB
CMYK
RGB Variations
Color information
#8CEBDA (or 0x8CEBDA) is known color: Riptide. HEX triplet: 8C, EB and DA. RGB value is (140,235,218). Sum of RGB (Red+Green+Blue) = 140+235+218=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBDA is #731425. Grayscale: #CCCCCC. Windows color (decimal): -7541798 or 14347148. OLE color: 14347148.
HSL color Cylindrical-coordinate representation of color #8CEBDA: hue angle of 169.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBDA is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 218 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.08 |
| HSL | 169.26º | 0.7% | 0.74% | - |
| HSV(B) | 169.26º | 0.4% | 0.92% | - |
| XYZ | 53.18 | 70.05 | 77.05 | - |
| YUV | 204.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 218 | 0.40 | 0 | 0.07 | 0.08 | 169.26 | 0.7 | 0.74 |
| Hex | 8C | EB | DA | 28 | 0 | 7 | 8 | A9 | 46 | 4A |
| Octal | 214 | 353 | 332 | 50 | 0 | 7 | 10 | 251 | 106 | 112 |
| Binary | 10001100 | 11101011 | 11011010 | 101000 | 0 | 111 | 1000 | 10101001 | 1000110 | 1001010 |
Color Harmonies of #8CEBDA
Complementary color
Monochromatic Colors of #8CEBDA
Black with #8CEBDA
Text Example
Text Example
White with #8CEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBDA; }
p { color: rgb(140,235,218); }
H1.HeaderClassName
{
color: #8CEBDA;
}
.AnyTagClassName
{
color: #8CEBDA;
}
</style>
background-color css
<style>
a { background-color: #8CEBDA; }
a { background-color: rgb(140,235,218); }
div.DivClassName
{
background-color: #8CEBDA;
}
.BgClassName
{
background-color: #8CEBDA;
}
</style>
border-color css
<style>
span { border-color: #8CEBDA; }
span { border-color: rgb(140,235,218); }
td.TdClassName
{
border-color: #8CEBDA;
}
.TagClassName
{
border-color: #8CEBDA;
}
</style>