Shades of Riptide #8CEBCB
Tints of Riptide #8CEBCB
RGB
CMYK
RGB Variations
Color information
#8CEBCB (or 0x8CEBCB) is known color: Riptide. HEX triplet: 8C, EB and CB. RGB value is (140,235,203). Sum of RGB (Red+Green+Blue) = 140+235+203=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBCB is #731434. Grayscale: #CACACA. Windows color (decimal): -7541813 or 13364108. OLE color: 13364108.
HSL color Cylindrical-coordinate representation of color #8CEBCB: hue angle of 159.79º 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 #8CEBCB is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 203 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.08 |
| HSL | 159.79º | 0.7% | 0.74% | - |
| HSV(B) | 159.79º | 0.4% | 0.92% | - |
| XYZ | 51.3 | 69.3 | 67.17 | - |
| YUV | 202.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 203 | 0.40 | 0 | 0.14 | 0.08 | 159.79 | 0.7 | 0.74 |
| Hex | 8C | EB | CB | 28 | 0 | E | 8 | A0 | 46 | 4A |
| Octal | 214 | 353 | 313 | 50 | 0 | 16 | 10 | 240 | 106 | 112 |
| Binary | 10001100 | 11101011 | 11001011 | 101000 | 0 | 1110 | 1000 | 10100000 | 1000110 | 1001010 |
Color Harmonies of #8CEBCB
Complementary color
Monochromatic Colors of #8CEBCB
Black with #8CEBCB
Text Example
Text Example
White with #8CEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBCB; }
p { color: rgb(140,235,203); }
H1.HeaderClassName
{
color: #8CEBCB;
}
.AnyTagClassName
{
color: #8CEBCB;
}
</style>
background-color css
<style>
a { background-color: #8CEBCB; }
a { background-color: rgb(140,235,203); }
div.DivClassName
{
background-color: #8CEBCB;
}
.BgClassName
{
background-color: #8CEBCB;
}
</style>
border-color css
<style>
span { border-color: #8CEBCB; }
span { border-color: rgb(140,235,203); }
td.TdClassName
{
border-color: #8CEBCB;
}
.TagClassName
{
border-color: #8CEBCB;
}
</style>