Shades of Riptide #8CDFD6
Tints of Riptide #8CDFD6
RGB
CMYK
RGB Variations
Color information
#8CDFD6 (or 0x8CDFD6) is known color: Riptide. HEX triplet: 8C, DF and D6. RGB value is (140,223,214). Sum of RGB (Red+Green+Blue) = 140+223+214=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFD6 is #732029. Grayscale: #C5C5C5. Windows color (decimal): -7544874 or 14081932. OLE color: 14081932.
HSL color Cylindrical-coordinate representation of color #8CDFD6: hue angle of 173.49º 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 #8CDFD6 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 214 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.13 |
| HSL | 173.49º | 0.56% | 0.71% | - |
| HSV(B) | 173.49º | 0.37% | 0.87% | - |
| XYZ | 49.34 | 63.21 | 73.22 | - |
| YUV | 197.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 214 | 0.37 | 0 | 0.04 | 0.13 | 173.49 | 0.56 | 0.71 |
| Hex | 8C | DF | D6 | 25 | 0 | 4 | D | AD | 38 | 47 |
| Octal | 214 | 337 | 326 | 45 | 0 | 4 | 15 | 255 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11010110 | 100101 | 0 | 100 | 1101 | 10101101 | 111000 | 1000111 |
Color Harmonies of #8CDFD6
Complementary color
Monochromatic Colors of #8CDFD6
Black with #8CDFD6
Text Example
Text Example
White with #8CDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFD6; }
p { color: rgb(140,223,214); }
H1.HeaderClassName
{
color: #8CDFD6;
}
.AnyTagClassName
{
color: #8CDFD6;
}
</style>
background-color css
<style>
a { background-color: #8CDFD6; }
a { background-color: rgb(140,223,214); }
div.DivClassName
{
background-color: #8CDFD6;
}
.BgClassName
{
background-color: #8CDFD6;
}
</style>
border-color css
<style>
span { border-color: #8CDFD6; }
span { border-color: rgb(140,223,214); }
td.TdClassName
{
border-color: #8CDFD6;
}
.TagClassName
{
border-color: #8CDFD6;
}
</style>