Shades of Riptide #8CDFCE
Tints of Riptide #8CDFCE
RGB
CMYK
RGB Variations
Color information
#8CDFCE (or 0x8CDFCE) is known color: Riptide. HEX triplet: 8C, DF and CE. RGB value is (140,223,206). Sum of RGB (Red+Green+Blue) = 140+223+206=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFCE is #732031. Grayscale: #C4C4C4. Windows color (decimal): -7544882 or 13557644. OLE color: 13557644.
HSL color Cylindrical-coordinate representation of color #8CDFCE: hue angle of 167.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDFCE is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 206 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.13 |
| HSL | 167.71º | 0.56% | 0.71% | - |
| HSV(B) | 167.71º | 0.37% | 0.87% | - |
| XYZ | 48.34 | 62.81 | 67.97 | - |
| YUV | 196.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 206 | 0.37 | 0 | 0.08 | 0.13 | 167.71 | 0.56 | 0.71 |
| Hex | 8C | DF | CE | 25 | 0 | 8 | D | A8 | 38 | 47 |
| Octal | 214 | 337 | 316 | 45 | 0 | 10 | 15 | 250 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11001110 | 100101 | 0 | 1000 | 1101 | 10101000 | 111000 | 1000111 |
Color Harmonies of #8CDFCE
Complementary color
Monochromatic Colors of #8CDFCE
Black with #8CDFCE
Text Example
Text Example
White with #8CDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFCE; }
p { color: rgb(140,223,206); }
H1.HeaderClassName
{
color: #8CDFCE;
}
.AnyTagClassName
{
color: #8CDFCE;
}
</style>
background-color css
<style>
a { background-color: #8CDFCE; }
a { background-color: rgb(140,223,206); }
div.DivClassName
{
background-color: #8CDFCE;
}
.BgClassName
{
background-color: #8CDFCE;
}
</style>
border-color css
<style>
span { border-color: #8CDFCE; }
span { border-color: rgb(140,223,206); }
td.TdClassName
{
border-color: #8CDFCE;
}
.TagClassName
{
border-color: #8CDFCE;
}
</style>