Shades of Riptide #8CEBD4
Tints of Riptide #8CEBD4
RGB
CMYK
RGB Variations
Color information
#8CEBD4 (or 0x8CEBD4) is known color: Riptide. HEX triplet: 8C, EB and D4. RGB value is (140,235,212). Sum of RGB (Red+Green+Blue) = 140+235+212=587 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.85% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBD4 is #73142B. Grayscale: #CBCBCB. Windows color (decimal): -7541804 or 13953932. OLE color: 13953932.
HSL color Cylindrical-coordinate representation of color #8CEBD4: hue angle of 165.47º 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 #8CEBD4 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 212 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.08 |
| HSL | 165.47º | 0.7% | 0.74% | - |
| HSV(B) | 165.47º | 0.4% | 0.92% | - |
| XYZ | 52.41 | 69.75 | 72.99 | - |
| YUV | 203.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 212 | 0.40 | 0 | 0.10 | 0.08 | 165.47 | 0.7 | 0.74 |
| Hex | 8C | EB | D4 | 28 | 0 | A | 8 | A5 | 46 | 4A |
| Octal | 214 | 353 | 324 | 50 | 0 | 12 | 10 | 245 | 106 | 112 |
| Binary | 10001100 | 11101011 | 11010100 | 101000 | 0 | 1010 | 1000 | 10100101 | 1000110 | 1001010 |
Color Harmonies of #8CEBD4
Complementary color
Monochromatic Colors of #8CEBD4
Black with #8CEBD4
Text Example
Text Example
White with #8CEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBD4; }
p { color: rgb(140,235,212); }
H1.HeaderClassName
{
color: #8CEBD4;
}
.AnyTagClassName
{
color: #8CEBD4;
}
</style>
background-color css
<style>
a { background-color: #8CEBD4; }
a { background-color: rgb(140,235,212); }
div.DivClassName
{
background-color: #8CEBD4;
}
.BgClassName
{
background-color: #8CEBD4;
}
</style>
border-color css
<style>
span { border-color: #8CEBD4; }
span { border-color: rgb(140,235,212); }
td.TdClassName
{
border-color: #8CEBD4;
}
.TagClassName
{
border-color: #8CEBD4;
}
</style>