Shades of Riptide #8CDCC0
Tints of Riptide #8CDCC0
RGB
CMYK
RGB Variations
Color information
#8CDCC0 (or 0x8CDCC0) is known color: Riptide. HEX triplet: 8C, DC and C0. RGB value is (140,220,192). Sum of RGB (Red+Green+Blue) = 140+220+192=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCC0 is #73233F. Grayscale: #C0C0C0. Windows color (decimal): -7545664 or 12639372. OLE color: 12639372.
HSL color Cylindrical-coordinate representation of color #8CDCC0: hue angle of 159º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDCC0 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 192 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.14 |
| HSL | 159º | 0.53% | 0.71% | - |
| HSV(B) | 159º | 0.36% | 0.86% | - |
| XYZ | 45.92 | 60.57 | 59.14 | - |
| YUV | 192.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 192 | 0.36 | 0 | 0.13 | 0.14 | 159 | 0.53 | 0.71 |
| Hex | 8C | DC | C0 | 24 | 0 | D | E | 9F | 35 | 47 |
| Octal | 214 | 334 | 300 | 44 | 0 | 15 | 16 | 237 | 65 | 107 |
| Binary | 10001100 | 11011100 | 11000000 | 100100 | 0 | 1101 | 1110 | 10011111 | 110101 | 1000111 |
Color Harmonies of #8CDCC0
Complementary color
Monochromatic Colors of #8CDCC0
Black with #8CDCC0
Text Example
Text Example
White with #8CDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCC0; }
p { color: rgb(140,220,192); }
H1.HeaderClassName
{
color: #8CDCC0;
}
.AnyTagClassName
{
color: #8CDCC0;
}
</style>
background-color css
<style>
a { background-color: #8CDCC0; }
a { background-color: rgb(140,220,192); }
div.DivClassName
{
background-color: #8CDCC0;
}
.BgClassName
{
background-color: #8CDCC0;
}
</style>
border-color css
<style>
span { border-color: #8CDCC0; }
span { border-color: rgb(140,220,192); }
td.TdClassName
{
border-color: #8CDCC0;
}
.TagClassName
{
border-color: #8CDCC0;
}
</style>