Shades of Riptide #8CDFCD
Tints of Riptide #8CDFCD
RGB
CMYK
RGB Variations
Color information
#8CDFCD (or 0x8CDFCD) is known color: Riptide. HEX triplet: 8C, DF and CD. RGB value is (140,223,205). Sum of RGB (Red+Green+Blue) = 140+223+205=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFCD is #732032. Grayscale: #C4C4C4. Windows color (decimal): -7544883 or 13492108. OLE color: 13492108.
HSL color Cylindrical-coordinate representation of color #8CDFCD: hue angle of 166.99º 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 #8CDFCD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 205 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.13 |
| HSL | 166.99º | 0.56% | 0.71% | - |
| HSV(B) | 166.99º | 0.37% | 0.87% | - |
| XYZ | 48.22 | 62.76 | 67.33 | - |
| YUV | 196.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 205 | 0.37 | 0 | 0.08 | 0.13 | 166.99 | 0.56 | 0.71 |
| Hex | 8C | DF | CD | 25 | 0 | 8 | D | A7 | 38 | 47 |
| Octal | 214 | 337 | 315 | 45 | 0 | 10 | 15 | 247 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11001101 | 100101 | 0 | 1000 | 1101 | 10100111 | 111000 | 1000111 |
Color Harmonies of #8CDFCD
Complementary color
Monochromatic Colors of #8CDFCD
Black with #8CDFCD
Text Example
Text Example
White with #8CDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFCD; }
p { color: rgb(140,223,205); }
H1.HeaderClassName
{
color: #8CDFCD;
}
.AnyTagClassName
{
color: #8CDFCD;
}
</style>
background-color css
<style>
a { background-color: #8CDFCD; }
a { background-color: rgb(140,223,205); }
div.DivClassName
{
background-color: #8CDFCD;
}
.BgClassName
{
background-color: #8CDFCD;
}
</style>
border-color css
<style>
span { border-color: #8CDFCD; }
span { border-color: rgb(140,223,205); }
td.TdClassName
{
border-color: #8CDFCD;
}
.TagClassName
{
border-color: #8CDFCD;
}
</style>