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