Shades of Riptide #8CDFCC
Tints of Riptide #8CDFCC
RGB
CMYK
RGB Variations
Color information
#8CDFCC (or 0x8CDFCC) is known color: Riptide. HEX triplet: 8C, DF and CC. RGB value is (140,223,204). Sum of RGB (Red+Green+Blue) = 140+223+204=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFCC is #732033. Grayscale: #C4C4C4. Windows color (decimal): -7544884 or 13426572. OLE color: 13426572.
HSL color Cylindrical-coordinate representation of color #8CDFCC: hue angle of 166.27º 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 #8CDFCC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 204 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.13 |
| HSL | 166.27º | 0.56% | 0.71% | - |
| HSV(B) | 166.27º | 0.37% | 0.87% | - |
| XYZ | 48.1 | 62.71 | 66.7 | - |
| YUV | 196.02 | 132.5 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 204 | 0.37 | 0 | 0.09 | 0.13 | 166.27 | 0.56 | 0.71 |
| Hex | 8C | DF | CC | 25 | 0 | 9 | D | A6 | 38 | 47 |
| Octal | 214 | 337 | 314 | 45 | 0 | 11 | 15 | 246 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11001100 | 100101 | 0 | 1001 | 1101 | 10100110 | 111000 | 1000111 |
Color Harmonies of #8CDFCC
Complementary color
Monochromatic Colors of #8CDFCC
Black with #8CDFCC
Text Example
Text Example
White with #8CDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFCC; }
p { color: rgb(140,223,204); }
H1.HeaderClassName
{
color: #8CDFCC;
}
.AnyTagClassName
{
color: #8CDFCC;
}
</style>
background-color css
<style>
a { background-color: #8CDFCC; }
a { background-color: rgb(140,223,204); }
div.DivClassName
{
background-color: #8CDFCC;
}
.BgClassName
{
background-color: #8CDFCC;
}
</style>
border-color css
<style>
span { border-color: #8CDFCC; }
span { border-color: rgb(140,223,204); }
td.TdClassName
{
border-color: #8CDFCC;
}
.TagClassName
{
border-color: #8CDFCC;
}
</style>