Shades of Riptide #8CDCCC
Tints of Riptide #8CDCCC
RGB
CMYK
RGB Variations
Color information
#8CDCCC (or 0x8CDCCC) is known color: Riptide. HEX triplet: 8C, DC and CC. RGB value is (140,220,204). Sum of RGB (Red+Green+Blue) = 140+220+204=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCCC is #732333. Grayscale: #C2C2C2. Windows color (decimal): -7545652 or 13425804. OLE color: 13425804.
HSL color Cylindrical-coordinate representation of color #8CDCCC: hue angle of 168º 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 #8CDCCC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 204 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.14 |
| HSL | 168º | 0.53% | 0.71% | - |
| HSV(B) | 168º | 0.36% | 0.86% | - |
| XYZ | 47.31 | 61.12 | 66.43 | - |
| YUV | 194.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 204 | 0.36 | 0 | 0.07 | 0.14 | 168 | 0.53 | 0.71 |
| Hex | 8C | DC | CC | 24 | 0 | 7 | E | A8 | 35 | 47 |
| Octal | 214 | 334 | 314 | 44 | 0 | 7 | 16 | 250 | 65 | 107 |
| Binary | 10001100 | 11011100 | 11001100 | 100100 | 0 | 111 | 1110 | 10101000 | 110101 | 1000111 |
Color Harmonies of #8CDCCC
Complementary color
Monochromatic Colors of #8CDCCC
Black with #8CDCCC
Text Example
Text Example
White with #8CDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCCC; }
p { color: rgb(140,220,204); }
H1.HeaderClassName
{
color: #8CDCCC;
}
.AnyTagClassName
{
color: #8CDCCC;
}
</style>
background-color css
<style>
a { background-color: #8CDCCC; }
a { background-color: rgb(140,220,204); }
div.DivClassName
{
background-color: #8CDCCC;
}
.BgClassName
{
background-color: #8CDCCC;
}
</style>
border-color css
<style>
span { border-color: #8CDCCC; }
span { border-color: rgb(140,220,204); }
td.TdClassName
{
border-color: #8CDCCC;
}
.TagClassName
{
border-color: #8CDCCC;
}
</style>