Shades of Riptide #8CDCD4
Tints of Riptide #8CDCD4
RGB
CMYK
RGB Variations
Color information
#8CDCD4 (or 0x8CDCD4) is known color: Riptide. HEX triplet: 8C, DC and D4. RGB value is (140,220,212). Sum of RGB (Red+Green+Blue) = 140+220+212=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCD4 is #73232B. Grayscale: #C3C3C3. Windows color (decimal): -7545644 or 13950092. OLE color: 13950092.
HSL color Cylindrical-coordinate representation of color #8CDCD4: hue angle of 174º 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 #8CDCD4 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 212 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.14 |
| HSL | 174º | 0.53% | 0.71% | - |
| HSV(B) | 174º | 0.36% | 0.86% | - |
| XYZ | 48.29 | 61.52 | 71.62 | - |
| YUV | 195.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 212 | 0.36 | 0 | 0.04 | 0.14 | 174 | 0.53 | 0.71 |
| Hex | 8C | DC | D4 | 24 | 0 | 4 | E | AE | 35 | 47 |
| Octal | 214 | 334 | 324 | 44 | 0 | 4 | 16 | 256 | 65 | 107 |
| Binary | 10001100 | 11011100 | 11010100 | 100100 | 0 | 100 | 1110 | 10101110 | 110101 | 1000111 |
Color Harmonies of #8CDCD4
Complementary color
Monochromatic Colors of #8CDCD4
Black with #8CDCD4
Text Example
Text Example
White with #8CDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCD4; }
p { color: rgb(140,220,212); }
H1.HeaderClassName
{
color: #8CDCD4;
}
.AnyTagClassName
{
color: #8CDCD4;
}
</style>
background-color css
<style>
a { background-color: #8CDCD4; }
a { background-color: rgb(140,220,212); }
div.DivClassName
{
background-color: #8CDCD4;
}
.BgClassName
{
background-color: #8CDCD4;
}
</style>
border-color css
<style>
span { border-color: #8CDCD4; }
span { border-color: rgb(140,220,212); }
td.TdClassName
{
border-color: #8CDCD4;
}
.TagClassName
{
border-color: #8CDCD4;
}
</style>