Shades of Riptide #8CDFCF
Tints of Riptide #8CDFCF
RGB
CMYK
RGB Variations
Color information
#8CDFCF (or 0x8CDFCF) is known color: Riptide. HEX triplet: 8C, DF and CF. RGB value is (140,223,207). Sum of RGB (Red+Green+Blue) = 140+223+207=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFCF is #732030. Grayscale: #C4C4C4. Windows color (decimal): -7544881 or 13623180. OLE color: 13623180.
HSL color Cylindrical-coordinate representation of color #8CDFCF: hue angle of 168.43º 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 #8CDFCF is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 207 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.13 |
| HSL | 168.43º | 0.56% | 0.71% | - |
| HSV(B) | 168.43º | 0.37% | 0.87% | - |
| XYZ | 48.47 | 62.86 | 68.61 | - |
| YUV | 196.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 207 | 0.37 | 0 | 0.07 | 0.13 | 168.43 | 0.56 | 0.71 |
| Hex | 8C | DF | CF | 25 | 0 | 7 | D | A8 | 38 | 47 |
| Octal | 214 | 337 | 317 | 45 | 0 | 7 | 15 | 250 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11001111 | 100101 | 0 | 111 | 1101 | 10101000 | 111000 | 1000111 |
Color Harmonies of #8CDFCF
Complementary color
Monochromatic Colors of #8CDFCF
Black with #8CDFCF
Text Example
Text Example
White with #8CDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFCF; }
p { color: rgb(140,223,207); }
H1.HeaderClassName
{
color: #8CDFCF;
}
.AnyTagClassName
{
color: #8CDFCF;
}
</style>
background-color css
<style>
a { background-color: #8CDFCF; }
a { background-color: rgb(140,223,207); }
div.DivClassName
{
background-color: #8CDFCF;
}
.BgClassName
{
background-color: #8CDFCF;
}
</style>
border-color css
<style>
span { border-color: #8CDFCF; }
span { border-color: rgb(140,223,207); }
td.TdClassName
{
border-color: #8CDFCF;
}
.TagClassName
{
border-color: #8CDFCF;
}
</style>